Changeset 71 for trunk/CrossPare/test


Ignore:
Timestamp:
05/04/16 10:52:04 (9 years ago)
Author:
sherbold
Message:
  • MySQL result storage can now work with credential files
  • code documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/test/de/ugoe/cs/cpdp/eval/MySQLResultStorageTest.java

    r68 r71  
    77    @Test 
    88    public void testAddResult() throws Exception { 
    9         String dbHost = "localhost"; 
    10         String dbPort = "3306"; 
    11         String dbName = "crosspare"; 
    12         String dbUser = "crosspare"; 
    13         String dbPass = "benchmark"; 
    14          
    15         MySQLResultStorage storage = new MySQLResultStorage(dbHost, dbPort, dbName, dbUser, dbPass); 
     9        MySQLResultStorage storage = new MySQLResultStorage(); 
    1610         
    1711        ExperimentResult result = new ExperimentResult("dummy", "product-1.0", "classifier"); 
Note: See TracChangeset for help on using the changeset viewer.