/[alph]/alph/org/nongnu/alph/impl/stormalph.test
ViewVC logotype

Diff of /alph/org/nongnu/alph/impl/stormalph.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by tjl, Wed Apr 23 01:45:13 2003 UTC revision 1.9 by tjl, Mon Apr 28 08:56:23 2003 UTC
# Line 45  def testImg(): Line 45  def testImg():
45    
46      assert not (sp0.hashCode() == sp1.hashCode())      assert not (sp0.hashCode() == sp1.hashCode())
47    
48        assert not sp0.intersects(sp1)
49        assert sp0.intersects(sp0)
50        assert sp1.intersects(sp1_1)
51    
52  def testAddTwice():  def testAddTwice():
53      pool = storm.impl.TransientPool(java.util.HashSet())      pool = storm.impl.TransientPool(java.util.HashSet())
54      salph = alph.impl.StormAlph(pool)      salph = alph.impl.StormAlph(pool)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26