Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_267050_Test.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_267050_Test.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_267050_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_267050_Test.java
index 6f13f14c77..ad33d52f5e 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_267050_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_267050_Test.java
@@ -27,7 +27,7 @@ import java.util.Collection;
* Add new packages infos in the Notifications process at the client side
* <p>
* See bug 267050
- *
+ *
* @author Simon McDuff
*/
public class Bugzilla_267050_Test extends AbstractCDOTest
@@ -70,7 +70,7 @@ public class Bugzilla_267050_Test extends AbstractCDOTest
}.assertNoTimeOut();
assertEquals(1, newPackagesUnits[0].size());
- assertEquals(getModel1Package().getNsURI(), newPackagesUnits[0].iterator().next().getTopLevelPackageInfo()
- .getPackageURI());
+ assertEquals(getModel1Package().getNsURI(),
+ newPackagesUnits[0].iterator().next().getTopLevelPackageInfo().getPackageURI());
}
}

Back to the top