mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
Removed a printStackTrace. Test still not 100%, but good enough for now...
This commit is contained in:
parent
cc4303d073
commit
6da17cd7d1
6
twelvemonkeys-core/src/test/java/com/twelvemonkeys/image/ResampleOpTestCase.java
Executable file → Normal file
6
twelvemonkeys-core/src/test/java/com/twelvemonkeys/image/ResampleOpTestCase.java
Executable file → Normal file
@ -81,9 +81,9 @@ public class ResampleOpTestCase extends TestCase {
|
||||
assertResample(image, 15, 5, pFilterType);
|
||||
}
|
||||
catch (ImagingOpException e) {
|
||||
// NOTE: It is currently allowed for filters to throw this exception
|
||||
System.err.println(e.getMessage() + ", image: " + image);
|
||||
e.printStackTrace();
|
||||
// NOTE: It is currently allowed for filters to throw this exception and it is PLATFORM DEPENDENT..
|
||||
System.err.println("WARNING: " + e.getMessage() + ", image: " + image);
|
||||
//e.printStackTrace();
|
||||
}
|
||||
catch (Throwable t) {
|
||||
exceptions.add(t.toString() + ": " + image.toString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user