summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2004-11-08 06:12:07 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2004-11-08 06:12:07 +0000
commit6bc74a1f92228335e424905b6288a365072ebf6e (patch)
tree579ad32389759ac80d142915a4e4306e6e93197f
parent464c01da12bad9cab7c0820df25edea8d9cad084 (diff)
downloadswig-6bc74a1f92228335e424905b6288a365072ebf6e.tar.gz
added missing test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6690 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--SWIG/Examples/test-suite/python/director_default_runme.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/SWIG/Examples/test-suite/python/director_default_runme.py b/SWIG/Examples/test-suite/python/director_default_runme.py
new file mode 100644
index 000000000..f3ac14972
--- /dev/null
+++ b/SWIG/Examples/test-suite/python/director_default_runme.py
@@ -0,0 +1,9 @@
+from director_default import *
+
+
+f = Foo()
+f = Foo(1)
+
+
+f = Bar()
+f = Bar(1)