Changeset 308 for trunk/org.bridgedb.rdb/test/org/bridgedb/rdb/Test2.java
- Timestamp:
- 02/23/10 15:28:52 (2 years ago)
- Location:
- trunk/org.bridgedb.rdb
- Files:
-
- 5 added
- 1 moved
-
. (added)
-
test (added)
-
test/org (added)
-
test/org/bridgedb (added)
-
test/org/bridgedb/rdb (added)
-
test/org/bridgedb/rdb/Test2.java (moved) (moved from trunk/corelib/test/org/bridgedb/Test.java) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.rdb/test/org/bridgedb/rdb/Test2.java
- Property svn:eol-style set to native
r180 r308 15 15 // limitations under the License. 16 16 // 17 package org.bridgedb ;17 package org.bridgedb.rdb; 18 18 19 19 import buildsystem.Measure; … … 25 25 import junit.framework.TestCase; 26 26 27 import org.bridgedb.BridgeDb; 28 import org.bridgedb.DataSource; 29 import org.bridgedb.IDMapper; 30 import org.bridgedb.IDMapperException; 31 import org.bridgedb.Xref; 27 32 import org.bridgedb.rdb.DataDerby; 28 33 import org.bridgedb.rdb.SimpleGdb; 29 34 import org.bridgedb.rdb.SimpleGdbFactory; 30 35 31 public class Test extends TestCase36 public class Test2 extends TestCase 32 37 { 33 38 //TODO
