Skip to content
Snippets Groups Projects
Commit 7639ad6e authored by felmer's avatar felmer
Browse files

ImageHistogramTest used org.juni.Assert methods instead of org.testng.AssertJUnit methods

SVN: 32600
parent 94dfe587
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
package ch.systemsx.cisd.common.image; package ch.systemsx.cisd.common.image;
import static org.junit.Assert.assertEquals; import static org.testng.AssertJUnit.assertEquals;
import java.awt.Color; import java.awt.Color;
import java.awt.Graphics; import java.awt.Graphics;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment