/[storm]/storm/org/nongnu/storm/StormPool.meta
ViewVC logotype

Diff of /storm/org/nongnu/storm/StormPool.meta

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

revision 1.9 by tuukkah, Wed Apr 23 07:17:16 2003 UTC revision 1.10 by benja, Tue May 13 14:40:28 2003 UTC
# Line 174  def testAddRemoveId(): Line 174  def testAddRemoveId():
174                    
175      newIds = HashSet(pool.getIds())      newIds = HashSet(pool.getIds())
176    
177        pool.get(bos.getBlockId())
178    
179      assert oldIds != newIds      assert oldIds != newIds
180      assert newIds.contains(bos.getBlockId())      assert newIds.contains(bos.getBlockId())
181            
# Line 198  def testDelete(): Line 200  def testDelete():
200      except FileNotFoundException: pass      except FileNotFoundException: pass
201      else: assert 0      else: assert 0
202            
203    def testFoo():
204        bos = pool.getBlockOutputStream("text/plain")
205        osw = OutputStreamWriter(bos)
206        osw.write("Hallo, Welt!")
207        osw.close()
208        bos.close()
209        
210        pool.get(bos.getBlockId())
211    
212  def testBlockId():  def testBlockId():
213      """      """

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

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