Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-06-07 05:51:05 +0000
committerEike Stepper2011-06-07 05:51:05 +0000
commit29317e42a63f863e3848e86a526c75114f91eb98 (patch)
tree912dc5a8a4339b794e1caecedd6db700240ddf9d /plugins/org.eclipse.emf.cdo.tests.db
parent1dc99d7779f3c9a5c5d7019312c18c4e8980cada (diff)
downloadcdo-29317e42a63f863e3848e86a526c75114f91eb98.tar.gz
cdo-29317e42a63f863e3848e86a526c75114f91eb98.tar.xz
cdo-29317e42a63f863e3848e86a526c75114f91eb98.zip
javadoc
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/AllTestsDBPsql.java15
1 files changed, 7 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBPsql.java b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBPsql.java
index 7664db294b..ae06fba85f 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBPsql.java
+++ b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBPsql.java
@@ -32,15 +32,14 @@ import java.sql.SQLException;
import junit.framework.Test;
import junit.framework.TestSuite;
-/*
- * Database preparation before test execution.
- * 1. create user sa (pass: sa)
- * 2. create databases cdodb1, authrepo, repo2
- *
- * Database creation/removal is avoided since takes too long and makes test-suite impractical.
- */
-
/**
+ * Database preparation before test execution:
+ * <ol>
+ * <li>create user sa (pass: sa)
+ * <li>create databases cdodb1, authrepo, repo2
+ * </ol>
+ * Database creation/removal is avoided because it takes too long and makes the test-suite impractical.
+ *
* @author Victor Roldan Betancort
*/
public class AllTestsDBPsql extends DBConfigs

Back to the top