change stream test name, plus more tests

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6791 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-28 22:34:48 +00:00
commit 2da2e15a53
9 changed files with 32 additions and 12 deletions

View file

@ -47,3 +47,13 @@ p3 = li_std_pair.pairP3(a,a)
if a.val != li_std_pair.p_identa(p1.this)[1].val:
raise RuntimeError
p = li_std_pair.IntPair(1,10)
p.first = 1
p = li_std_pair.paircA1(1,a)
print 'f', p.first
print 's', p.second
p = li_std_pair.paircA2(1,a)
pp = li_std_pair.pairiiA(1,p)