Test typemaps are being found for templated classes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5564 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-12-14 00:17:22 +00:00
commit 6bd65bba28

View file

@ -45,6 +45,9 @@ public class java_typemaps_proxy_runme {
// Create a NULL pointer for Farewell using the constructor with changed modifiers
Farewell nullFarewell = new Farewell(0, false);
// Test typemaps are being found for templated classes
AdieuIntPtrPtr.adieu();
// Check the %javamethodmodifiers feature
try {
@ -57,7 +60,6 @@ public class java_typemaps_proxy_runme {
} catch (SecurityException s) {
throw new RuntimeException("SecurityException caught. Test failed.");
}
}
}