Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/revisioncache/AllTestsCDORevisionCache.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/revisioncache/AllTestsCDORevisionCache.java68
1 files changed, 34 insertions, 34 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/revisioncache/AllTestsCDORevisionCache.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/revisioncache/AllTestsCDORevisionCache.java
index 09622505d9..d32452177b 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/revisioncache/AllTestsCDORevisionCache.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/revisioncache/AllTestsCDORevisionCache.java
@@ -1,34 +1,34 @@
-/*
- * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Andre Dietisheim - initial API and implementation
- * Eike Stepper - maintenance
- */
-package org.eclipse.emf.cdo.tests.revisioncache;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-/**
- * @author Andre Dietisheim
- */
-public class AllTestsCDORevisionCache
-{
- public static Test suite()
- {
- TestSuite suite = new TestSuite("Tests for CDORevisionCache"); //$NON-NLS-1$
-
- // $JUnit-BEGIN$
- suite.addTestSuite(DerbyDBRevisionCacheTest.class);
- suite.addTestSuite(H2DBRevisionCacheTest.class);
- suite.addTestSuite(DefaultRevisionCacheTest.class);
- // $JUnit-END$
-
- return suite;
- }
-}
+/*
+ * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Andre Dietisheim - initial API and implementation
+ * Eike Stepper - maintenance
+ */
+package org.eclipse.emf.cdo.tests.revisioncache;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+/**
+ * @author Andre Dietisheim
+ */
+public class AllTestsCDORevisionCache
+{
+ public static Test suite()
+ {
+ TestSuite suite = new TestSuite("Tests for CDORevisionCache"); //$NON-NLS-1$
+
+ // $JUnit-BEGIN$
+ suite.addTestSuite(DerbyDBRevisionCacheTest.class);
+ suite.addTestSuite(H2DBRevisionCacheTest.class);
+ suite.addTestSuite(DefaultRevisionCacheTest.class);
+ // $JUnit-END$
+
+ return suite;
+ }
+}

Back to the top