Test %interface_impl
This commit is contained in:
parent
7f3f8fd76a
commit
0bf4e965a6
2 changed files with 5 additions and 5 deletions
|
|
@ -61,8 +61,8 @@ public class multiple_inheritance_abstract_runme {
|
|||
check(b3.abase1()!=309, "Bottom3::abase1() failed");
|
||||
|
||||
//Test interfaces from c++ classes
|
||||
CBase1 cb1=new SWIGTYPE_CBase1();
|
||||
CBase2 cb2=new SWIGTYPE_CBase2();
|
||||
CBase1 cb1=new CBase1SwigImpl();
|
||||
CBase2 cb2=new CBase2SwigImpl();
|
||||
check(cb1.cbase1y()!=1, "CBase1::cbase1y() failed");
|
||||
check(cb2.cbase2()!=2, "CBase2::cbase2() failed");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue