org.eclipse.modisco.infra.common.core.tests
Class EcoreCatalogTest

java.lang.Object
  extended by org.eclipse.modisco.infra.common.core.tests.EcoreCatalogTest

public class EcoreCatalogTest
extends java.lang.Object


Constructor Summary
EcoreCatalogTest()
           
 
Method Summary
 void bug309657()
          Check that when we move a facet to another directory we don't get wrong name conflict error markers.
 void bug309990()
          Check that when we change the nsURI of an Ecore file the old nsURI is removed from the EPackage.Registry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcoreCatalogTest

public EcoreCatalogTest()
Method Detail

bug309657

public void bug309657()
               throws java.lang.Exception
Check that when we move a facet to another directory we don't get wrong name conflict error markers.

Throws:
java.lang.Exception

bug309990

public void bug309990()
               throws java.lang.Exception
Check that when we change the nsURI of an Ecore file the old nsURI is removed from the EPackage.Registry. Check that when we remove an ecore file the corresponding EPackage is removed from the EPackage.Registry

Throws:
java.lang.Exception