/[fenfire]/fenfire/org/fenfire/impl/simplenodecontent.test
ViewVC logotype

Diff of /fenfire/org/fenfire/impl/simplenodecontent.test

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

revision 1.3 by tjl, Thu Apr 24 13:29:12 2003 UTC revision 1.4 by tjl, Sun Apr 27 20:19:24 2003 UTC
# Line 2  Line 2 
2    
3  from com.hp.hpl.mesa.rdf import jena  from com.hp.hpl.mesa.rdf import jena
4    
5    import org
6  from org import fenfire  from org import fenfire
7  from org.nongnu import alph, storm  from org.nongnu import alph, storm
8    
# Line 14  def setUp(): Line 15  def setUp():
15      fen = fenfire.Fen()      fen = fenfire.Fen()
16      fen.graph = fen.constgraph = fenfire.swamp.impl.HashGraph()      fen.graph = fen.constgraph = fenfire.swamp.impl.HashGraph()
17    
18      snc = fenfire.impl.SimpleNodeContent(fen)      snc = fenfire.impl.SimpleNodeContent(fen,
19                    alph.impl.StormAlph(
20                        storm.impl.TransientPool(
21                            java.util.HashSet())))
22      fen.txt = snc      fen.txt = snc
23      fen.txtfunc = snc.getNodeFunction()      fen.txtfunc = snc.getNodeFunction()
24            

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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