/[storm]/storm/org/nongnu/storm/impl/TransientPool.test
ViewVC logotype

Diff of /storm/org/nongnu/storm/impl/TransientPool.test

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

revision 1.1 by benja, Mon Apr 7 20:16:49 2003 UTC revision 1.2 by benja, Mon Apr 7 23:27:54 2003 UTC
# Line 23  Line 23 
23    
24  import java, org  import java, org
25    
26  def setUp():  def Pool(indexTypes):
27      global pool      set = java.util.HashSet()
28      pool = org.nongnu.storm.impl.TransientPool(java.util.HashSet())      for el in indexTypes: set.add(el)
29                return org.nongnu.storm.impl.TransientPool(set)
30  execfile('org/nongnu/storm/StormPool.meta')  
31    execfile("org/nongnu/storm/IndexedPool.meta")

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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