fix static member names, from Olly

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8798 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-11 22:01:31 +00:00
commit 68f665df35
2 changed files with 15 additions and 10 deletions

View file

@ -4,10 +4,8 @@
require "tests.php4";
require "arrays.php";
// No new functions
check::functions(array(fn_taking_arrays,newintpointer,setintfrompointer,getintfrompointer));
// No new classes
check::classes(array(simplestruct,arraystruct));
check::functions(array(fn_taking_arrays,newintpointer,setintfrompointer,getintfrompointer,array_pointer_func));
check::classes(array(simplestruct,arraystruct,cartposedata_t));
// now new vars
check::globals(array());