Revision: 187
Author: roman_yakovenko
Date: 2006-05-30 20:41:08 -0700 (Tue, 30 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=187&view=rev
Log Message:
-----------
adding vector3_tester
Modified Paths:
--------------
pyplusplus_dev/unittests/test_all.py
Modified: pyplusplus_dev/unittests/test_all.py
===================================================================
--- pyplusplus_dev/unittests/test_all.py 2006-05-30 21:12:23 UTC (rev 186)
+++ pyplusplus_dev/unittests/test_all.py 2006-05-31 03:41:08 UTC (rev 187)
@@ -52,6 +52,7 @@
import protected_tester
import indexing_suites_tester
import hierarchy3_tester
+import vector3_tester
def create_suite(times):
testers = [
@@ -101,6 +102,7 @@
, protected_tester
, indexing_suites_tester
, hierarchy3_tester
+ , vector3_tester
]
main_suite = unittest.TestSuite()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|