Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.datastore.test/src/org/eclipse/osee/framework/core/datastore/test/cache/DatabaseTransactionRecordAccessorTest.java')
-rw-r--r--plugins/org.eclipse.osee.framework.core.datastore.test/src/org/eclipse/osee/framework/core/datastore/test/cache/DatabaseTransactionRecordAccessorTest.java112
1 files changed, 56 insertions, 56 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.datastore.test/src/org/eclipse/osee/framework/core/datastore/test/cache/DatabaseTransactionRecordAccessorTest.java b/plugins/org.eclipse.osee.framework.core.datastore.test/src/org/eclipse/osee/framework/core/datastore/test/cache/DatabaseTransactionRecordAccessorTest.java
index 8181cf8cc2f..455a2473573 100644
--- a/plugins/org.eclipse.osee.framework.core.datastore.test/src/org/eclipse/osee/framework/core/datastore/test/cache/DatabaseTransactionRecordAccessorTest.java
+++ b/plugins/org.eclipse.osee.framework.core.datastore.test/src/org/eclipse/osee/framework/core/datastore/test/cache/DatabaseTransactionRecordAccessorTest.java
@@ -8,59 +8,59 @@
* Contributors:
* Boeing - initial API and implementation
*******************************************************************************/
-package org.eclipse.osee.framework.core.datastore.test.cache;
-
-import org.eclipse.osee.framework.core.datastore.cache.DatabaseTransactionRecordAccessor;
-import org.junit.Ignore;
-import org.junit.Test;
-
-/**
- * Test Case For {@link DatabaseTransactionRecordAccessor}
- *
- * @author Roberto E. Escobar
- */
-public class DatabaseTransactionRecordAccessorTest {
-
- @Ignore
- @Test
- public void testTX() {
-
- }
-
- // private final class MockConnectionHandlerStatement extends ConnectionHandlerStatement {
- //
- // @Override
- // public void runPreparedQuery(int fetchSize, String query, Object... data) throws OseeDataStoreException {
- // runPreparedQuery(query, data);
- // }
- //
- // @Override
- // public void runPreparedQuery(String query, Object... data) throws OseeDataStoreException {
- //
- // }
- //
- // @Override
- // public int getInt(String columnName) throws OseeDataStoreException {
- // return super.getInt(columnName);
- // }
- //
- // @Override
- // public String getString(String columnName) throws OseeDataStoreException {
- // return super.getString(columnName);
- // }
- //
- // @Override
- // public Timestamp getTimestamp(String columnName) throws OseeDataStoreException {
- // return super.getTimestamp(columnName);
- // }
- //
- // }
- //
- // private final class Handler implements IConnectionHandlerStatementProvider {
- //
- // @Override
- // public ConnectionHandlerStatement getStatement() {
- // return null;
- // }
- // }
-}
+package org.eclipse.osee.framework.core.datastore.test.cache;
+
+import org.eclipse.osee.framework.core.datastore.cache.DatabaseTransactionRecordAccessor;
+import org.junit.Ignore;
+import org.junit.Test;
+
+/**
+ * Test Case For {@link DatabaseTransactionRecordAccessor}
+ *
+ * @author Roberto E. Escobar
+ */
+public class DatabaseTransactionRecordAccessorTest {
+
+ @Ignore
+ @Test
+ public void testTX() {
+
+ }
+
+ // private final class MockConnectionHandlerStatement extends ConnectionHandlerStatement {
+ //
+ // @Override
+ // public void runPreparedQuery(int fetchSize, String query, Object... data) throws OseeDataStoreException {
+ // runPreparedQuery(query, data);
+ // }
+ //
+ // @Override
+ // public void runPreparedQuery(String query, Object... data) throws OseeDataStoreException {
+ //
+ // }
+ //
+ // @Override
+ // public int getInt(String columnName) throws OseeDataStoreException {
+ // return super.getInt(columnName);
+ // }
+ //
+ // @Override
+ // public String getString(String columnName) throws OseeDataStoreException {
+ // return super.getString(columnName);
+ // }
+ //
+ // @Override
+ // public Timestamp getTimestamp(String columnName) throws OseeDataStoreException {
+ // return super.getTimestamp(columnName);
+ // }
+ //
+ // }
+ //
+ // private final class Handler implements IConnectionHandlerStatementProvider {
+ //
+ // @Override
+ // public ConnectionHandlerStatement getStatement() {
+ // return null;
+ // }
+ // }
+}

Back to the top