Changeset 1955

Show
Ignore:
Timestamp:
08/17/07 07:16:31 (1 year ago)
Author:
arj..@yirdis.nl
Message:

make namespace unittests work again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/ui/tests/test_namespace.py

    r1954 r1955  
    1212    def test_all(self): 
    1313        factory = Application.get_service('element_factory') 
    14  
    15         ns = NamespaceModel(factory) 
    1614 
    1715        m = factory.create(UML.Package) 
     
    4745        assert e.namespace is b 
    4846 
    49 #        # We have a model loaded. Use it! 
    50 #        factory.notify_model() 
     47        ns = NamespaceModel(factory) 
     48 
     49        # We have a model loaded. Use it! 
     50        factory.notify_model() 
    5151 
    5252        print '---'