Added test case just to check a few things with protected/private virtual methods

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5515 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-12-09 17:50:29 +00:00
commit b4a8805a9f
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import abstract_access
d = abstract_access.D()
if d.do_x() != 1:
raise RuntimeError