• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1608 for branches/3.0-Beta2/components/client/test/ome/client/itests/RawPixelStoreTest.java

Show
Ignore:
Timestamp:
06/09/07 00:43:00 (18 months ago)
Author:
david
Message:

replace printStackTrace() ticket #730

Files:
1 modified

  • branches/3.0-Beta2/components/client/test/ome/client/itests/RawPixelStoreTest.java (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/client/test/ome/client/itests/RawPixelStoreTest.java

    r1504 r1608  
    77package ome.client.itests; 
    88 
     9import org.apache.commons.logging.Log; 
     10import org.apache.commons.logging.LogFactory; 
    911import org.testng.annotations.*; 
    1012 
    … …  
    2022@Test(groups = { "client", "integration", "binary" }) 
    2123public class RawPixelStoreTest extends TestCase { 
     24 
     25    private static Log log = LogFactory.getLog(RawPixelStoreTest.class); 
    2226 
    2327    ServiceFactory sf; 
    … …  
    3741            sf.getQueryService().get(Experimenter.class, 0L); 
    3842        } catch (Exception e) { 
    39             // e.printStackTrace(); 
     43            log.error("ERROR caught:", e.getCause()); 
    4044            // ok. http://bugs.openmicroscopy.org.uk/show_bug.cgi?id=649 
    4145        } 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/