Changeset 1608 for branches/3.0-Beta2/components/client/test/ome/client/itests/RenderingEngineTest.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/RenderingEngineTest.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 … … 31 33 public class RenderingEngineTest extends TestCase { 32 34 35 private static Log log = LogFactory.getLog(RenderingEngineTest.class); 36 33 37 /* 34 38 * Pixels p = new Pixels(); AcquisitionContext ac = new … … 56 60 sf.getQueryService().get(Experimenter.class, 0L); 57 61 } catch (Exception e) { 58 // e.printStackTrace();62 log.error("ERROR caught:", e.getCause()); 59 63 // ok. http://bugs.openmicroscopy.org.uk/show_bug.cgi?id=649 60 64 }
