[pygccxml-commit] SF.net SVN: pygccxml: [152] pyplusplus_dev/unittests
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-05-23 06:55:45
|
Revision: 152 Author: roman_yakovenko Date: 2006-05-22 23:55:34 -0700 (Mon, 22 May 2006) ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=152&view=rev Log Message: ----------- adding vector indexing suite support Modified Paths: -------------- pyplusplus_dev/docs/history/history.rest pyplusplus_dev/unittests/test_all.py Modified: pyplusplus_dev/docs/history/history.rest =================================================================== --- pyplusplus_dev/docs/history/history.rest 2006-05-23 06:31:16 UTC (rev 151) +++ pyplusplus_dev/docs/history/history.rest 2006-05-23 06:55:34 UTC (rev 152) @@ -25,6 +25,8 @@ 5. Member variables, that are pointers exported correctly. +6. Adding experimental support for ``vector_indexing_suite``. + ------------- Version 0.7.0 ------------- Modified: pyplusplus_dev/unittests/test_all.py =================================================================== --- pyplusplus_dev/unittests/test_all.py 2006-05-23 06:31:16 UTC (rev 151) +++ pyplusplus_dev/unittests/test_all.py 2006-05-23 06:55:34 UTC (rev 152) @@ -50,6 +50,7 @@ import factory_tester import private_assign_tester import protected_tester +import indexing_suites_tester def create_suite(times): testers = [ @@ -97,6 +98,7 @@ , factory_tester , private_assign_tester , protected_tester + , indexing_suites_tester ] main_suite = unittest.TestSuite() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |