Fix testsuite checks to match PHP5 wrapping.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10430 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2008-05-09 12:46:40 +00:00
commit d967ef74bd
12 changed files with 20 additions and 20 deletions

View file

@ -7,7 +7,7 @@ require "cpp_static.php";
// No new functions
check::functions(array());
// No new classes
check::classes(array(staticmembertest,staticfunctiontest));
check::classes(array(StaticMemberTest,StaticFunctionTest));
// now new vars
check::globals(array());