Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-17 11:51:23 +0000
committerEike Stepper2011-05-17 11:51:23 +0000
commit29c1a18d3361b4a86ed7b64cb3583507c8f7e442 (patch)
tree589f598e3ff04a94c97cb6ffcc6ab7f87bf9b435 /plugins/org.eclipse.emf.cdo.tests.db
parent63d49e8c9c888fd002a8cf2a2656bd139c66fbef (diff)
downloadcdo-29c1a18d3361b4a86ed7b64cb3583507c8f7e442.tar.gz
cdo-29c1a18d3361b4a86ed7b64cb3583507c8f7e442.tar.xz
cdo-29c1a18d3361b4a86ed7b64cb3583507c8f7e442.zip
[340961] Enable ReadAccessHandlers to replace revisions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=340961
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/DISABLE_XATransactionTest.java2
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/SQLQueryTest.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/DISABLE_XATransactionTest.java b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/DISABLE_XATransactionTest.java
index fe297f244a..95dd571d61 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/DISABLE_XATransactionTest.java
+++ b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/DISABLE_XATransactionTest.java
@@ -31,7 +31,7 @@ public class DISABLE_XATransactionTest extends XATransactionTest
super.testCommitFromTransactionDisabled();
}
- @NeedsCleanRepo
+ @CleanRepositoriesBefore
@Override
public void test_ExceptionInReadingStream() throws Exception
{
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/SQLQueryTest.java b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/SQLQueryTest.java
index 3d6fd81b5f..30646c87fe 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/SQLQueryTest.java
+++ b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/SQLQueryTest.java
@@ -98,7 +98,7 @@ public class SQLQueryTest extends AbstractCDOTest
enableConsole();
}
- @NeedsCleanRepo
+ @CleanRepositoriesBefore
public void testFunctions() throws Exception
{
msg("Opening session");
@@ -138,7 +138,7 @@ public class SQLQueryTest extends AbstractCDOTest
enableConsole();
}
- @NeedsCleanRepo
+ @CleanRepositoriesBefore
public void testComplexQuerySalesOrderJoinCustomerProduct() throws Exception
{
msg("Opening session");

Back to the top