Java director typemaps and test tweak
- Fix java_director_typemaps test name clash ensuring parallel tests work - Replace assert with code that is guaranteed to run - Nicer generated code from directorargout typemap
This commit is contained in:
parent
2abdb50f60
commit
8a4ab380a1
5 changed files with 58 additions and 55 deletions
|
|
@ -16,13 +16,13 @@ public class java_director_typemaps_runme {
|
|||
|
||||
|
||||
public static void main(String argv[]) {
|
||||
Quux quux = new java_director_MyQuux();
|
||||
Quux quux = new java_director_typemaps_MyQuux();
|
||||
quux.etest();
|
||||
}
|
||||
}
|
||||
|
||||
class java_director_MyQuux extends Quux {
|
||||
public java_director_MyQuux() {
|
||||
class java_director_typemaps_MyQuux extends Quux {
|
||||
public java_director_typemaps_MyQuux() {
|
||||
super();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue