Show
Ignore:
Timestamp:
02/23/10 15:28:52 (2 years ago)
Author:
martijn
Message:

Big project Reogranization:
- all modules are named with their main package name,

e.g. "picr" becomes org.bridgedb.webservice.picr,
and the jar will be org.bridgedb.webservice.picr.jar

- webservice renamed to org.bridgedb.server
- corelib is split in org.bridgedb, org.bridgedb.rdb,

org.bridgedb.webservice.biomart and org.bridgedb.webservice.bridgerest

Location:
trunk/org.bridgedb.rdb
Files:
5 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.rdb/test/org/bridgedb/rdb/Test2.java

    • Property svn:eol-style set to native
    r180 r308  
    1515// limitations under the License. 
    1616// 
    17 package org.bridgedb; 
     17package org.bridgedb.rdb; 
    1818 
    1919import buildsystem.Measure; 
     
    2525import junit.framework.TestCase; 
    2626 
     27import org.bridgedb.BridgeDb; 
     28import org.bridgedb.DataSource; 
     29import org.bridgedb.IDMapper; 
     30import org.bridgedb.IDMapperException; 
     31import org.bridgedb.Xref; 
    2732import org.bridgedb.rdb.DataDerby; 
    2833import org.bridgedb.rdb.SimpleGdb; 
    2934import org.bridgedb.rdb.SimpleGdbFactory; 
    3035 
    31 public class Test extends TestCase  
     36public class Test2 extends TestCase  
    3237{ 
    3338        //TODO