summaryrefslogtreecommitdiffstats
path: root/java/sdo-cts/sdo2.1/src/main/java/test/sdo21/tests/TestData/TestDataFactory.java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 21:17:39 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 21:17:39 +0000
commiteb11fd83f7908876fe6041086d6025c9468de672 (patch)
tree7475c93a5adceca4829d5c7bf6631d4b09749f4b /java/sdo-cts/sdo2.1/src/main/java/test/sdo21/tests/TestData/TestDataFactory.java
parent39a3e278e786438a92428fe13646d09f3441d2e6 (diff)
Moving SDO CTS
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sdo-cts/sdo2.1/src/main/java/test/sdo21/tests/TestData/TestDataFactory.java')
-rw-r--r--java/sdo-cts/sdo2.1/src/main/java/test/sdo21/tests/TestData/TestDataFactory.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/sdo-cts/sdo2.1/src/main/java/test/sdo21/tests/TestData/TestDataFactory.java b/java/sdo-cts/sdo2.1/src/main/java/test/sdo21/tests/TestData/TestDataFactory.java
deleted file mode 100644
index bb84374784..0000000000
--- a/java/sdo-cts/sdo2.1/src/main/java/test/sdo21/tests/TestData/TestDataFactory.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package test.sdo21.tests.TestData;
-
-import commonj.sdo.DataObject;
-import commonj.sdo.helper.HelperContext;
-
-public interface TestDataFactory {
- public void defineMetaData(HelperContext scope) throws Exception;
- public DataObject createTestData(HelperContext scope, String variant) throws Exception;
-}