Changeset 308 for trunk/org.bridgedb.webservice.biomart/test/org/bridgedb/webservice/biomart/TestBiomart.java
- Timestamp:
- 02/23/10 15:28:52 (2 years ago)
- Location:
- trunk/org.bridgedb.webservice.biomart
- Files:
-
- 6 added
- 1 moved
-
. (added)
-
test (added)
-
test/org (added)
-
test/org/bridgedb (added)
-
test/org/bridgedb/webservice (added)
-
test/org/bridgedb/webservice/biomart (added)
-
test/org/bridgedb/webservice/biomart/TestBiomart.java (moved) (moved from trunk/corelib/test/org/bridgedb/TestBiomart.java) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.webservice.biomart/test/org/bridgedb/webservice/biomart/TestBiomart.java
- Property svn:eol-style set to native
r287 r308 15 15 // limitations under the License. 16 16 // 17 package org.bridgedb ;17 package org.bridgedb.webservice.biomart; 18 18 19 import org.bridgedb.BridgeDb; 20 import org.bridgedb.DataSource; 21 import org.bridgedb.IDMapper; 22 import org.bridgedb.IDMapperCapabilities; 23 import org.bridgedb.IDMapperException; 24 import org.bridgedb.Xref; 19 25 import org.bridgedb.webservice.biomart.util.BiomartClient; 20 26 import buildsystem.Measure; … … 31 37 import junit.framework.TestCase; 32 38 33 import org.bridgedb.webservice.biomart.IDMapperBiomart;34 39 import org.bridgedb.webservice.biomart.*; 35 40
