Skip to content

Commit

Permalink
see ome#2083 - Using ICE_CONFIG for the test
Browse files Browse the repository at this point in the history
Brian, you need to reorganize this so that more than one
invocation is possible. Basically, it should be the simplest
possible example which will reproduce the failure every time.

git-svn-id: file:///home/svn/omero/trunk@6556 05709c45-44f0-0310-885b-81a1db45b4a6
  • Loading branch information
joshmoore committed Apr 8, 2010
1 parent cf3bbaa commit 74a363c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/tools/OmeroJava/test/integration/TableTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ public class TableTest extends TestCase {
@Override
@BeforeMethod
public void setUp() throws Exception {
File local = ResourceUtils.getFile("classpath:local.properties");

client = new omero.client(local);
client = new omero.client();
sf = client.createSession("root", client.getProperty("omero.rootpass"));

//client = new omero.client("mage.openmicroscopy.org.uk", 4064);
Expand All @@ -52,7 +51,7 @@ public void setUp() throws Exception {
iQuery = sf.getQueryService();
iAdmin = sf.getAdminService();
iUpdate = sf.getUpdateService();

myColumns = createColumns(1);
myTable = initializeTable(dbName);
}
Expand Down

0 comments on commit 74a363c

Please sign in to comment.