Changeset 6683
- Timestamp:
- 07/09/10 10:10:40 (9 years ago)
- Location:
- branches/4.2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
-
branches/4.2/components/loci-plugins
- Property svn:mergeinfo changed
/trunk/components/loci-plugins merged: 6682
- Property svn:mergeinfo changed
-
branches/4.2/components/loci-plugins/src/loci/plugins
- Property svn:mergeinfo changed
/trunk/components/loci-plugins/src/loci/plugins merged: 6682
- Property svn:mergeinfo changed
-
branches/4.2/components/loci-plugins/src/loci/plugins/in/Calibrator.java
- Property svn:mergeinfo changed
/trunk/components/loci-plugins/src/loci/plugins/in/Calibrator.java merged: 6682
- Property svn:mergeinfo changed
-
branches/4.2/components/loci-plugins/test/loci/plugins/in/ImporterTest.java
r6677 r6683 97 97 /** Whether to log debugging messages to stdout. */ 98 98 static final boolean DEBUG = false; 99 100 /** 101 * Whether to run tests with special requirements. 102 * This flag is mainly to disable the testDatasetOpenFilesIndividually test 103 * on systems without the required Bio-Rad PIC sample data available. 104 */ 105 static final boolean RUN_SPECIAL_TESTS = false; 99 106 100 107 private enum Axis {Z,C,T}; … … 2119 2126 public void testDatasetOpenFilesIndividually() 2120 2127 { 2121 for (boolean virtual : BOOLEAN_STATES) 2122 datasetOpenFilesIndividuallyTester(virtual); 2128 if (RUN_SPECIAL_TESTS) { 2129 for (boolean virtual : BOOLEAN_STATES) 2130 datasetOpenFilesIndividuallyTester(virtual); 2131 } 2123 2132 } 2124 2133 -
branches/4.2/components/ome-xml
- Property svn:mergeinfo changed
/trunk/components/ome-xml merged: 6682
- Property svn:mergeinfo changed
Note: See TracChangeset
for help on using the changeset viewer.