From 2c751607cd74316e89e073bfedbc5d8fd7d8d766 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 8 Nov 2004 06:12:07 +0000 Subject: [PATCH] added missing test git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6690 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/python/director_default_runme.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Examples/test-suite/python/director_default_runme.py diff --git a/Examples/test-suite/python/director_default_runme.py b/Examples/test-suite/python/director_default_runme.py new file mode 100644 index 000000000..f3ac14972 --- /dev/null +++ b/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)