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:
parent
feae681f4e
commit
6bd65bba28
1 changed files with 3 additions and 1 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue