Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon McDuff2008-10-28 14:00:35 +0000
committerSimon McDuff2008-10-28 14:00:35 +0000
commit2a61d4ffabe3f0d04b6c417335a092b9c2d59d2c (patch)
tree80256ad99821ba94d9377459ad73996bb2a47d99 /plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
parente032e6a8f73447b4d9e89f1f0d4a90da19eefb9e (diff)
downloadcdo-2a61d4ffabe3f0d04b6c417335a092b9c2d59d2c.tar.gz
cdo-2a61d4ffabe3f0d04b6c417335a092b9c2d59d2c.tar.xz
cdo-2a61d4ffabe3f0d04b6c417335a092b9c2d59d2c.zip
[252214] NPE when calling audit.setTimeStamp()
https://bugs.eclipse.org/bugs/show_bug.cgi?id=252214
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
index 1edefe0d50..6112ea3f41 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
@@ -26,6 +26,7 @@ import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251087_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251263_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251544_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_251752_Test;
+import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_252214_Test;
import org.eclipse.emf.cdo.tests.config.ConfigTest;
import org.eclipse.emf.cdo.tests.config.ConfigTestSuite;
@@ -97,6 +98,7 @@ public class AllTestsAllConfigs extends ConfigTestSuite
testClasses.add(Bugzilla_251263_Test.class);
testClasses.add(Bugzilla_251544_Test.class);
testClasses.add(Bugzilla_251752_Test.class);
+ testClasses.add(Bugzilla_252214_Test.class);
// TODO testClasses.add(NonCDOResourceTest.class);
// TODO testClasses.add(GeneratedEcoreTest.class);

Back to the top