Changeset 1608 for branches/3.0-Beta2/components/client/test/ome/client/itests/RawPixelStoreTest.java
- Timestamp:
- 06/09/07 00:43:00 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/client/test/ome/client/itests/RawPixelStoreTest.java
r1504 r1608 7 7 package ome.client.itests; 8 8 9 import org.apache.commons.logging.Log; 10 import org.apache.commons.logging.LogFactory; 9 11 import org.testng.annotations.*; 10 12 … … 20 22 @Test(groups = { "client", "integration", "binary" }) 21 23 public class RawPixelStoreTest extends TestCase { 24 25 private static Log log = LogFactory.getLog(RawPixelStoreTest.class); 22 26 23 27 ServiceFactory sf; … … 37 41 sf.getQueryService().get(Experimenter.class, 0L); 38 42 } catch (Exception e) { 39 // e.printStackTrace();43 log.error("ERROR caught:", e.getCause()); 40 44 // ok. http://bugs.openmicroscopy.org.uk/show_bug.cgi?id=649 41 45 }
