reverted occasional commit
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
||||
<classpathentry kind="src" path="OpenCV-2.3.1_src"/>
|
||||
<classpathentry kind="src" path="OpenCV_src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>OpenCV-2.3.1_src</name>
|
||||
<name>OpenCV_src</name>
|
||||
<type>2</type>
|
||||
<locationURI>_android_OpenCV_2_3_1_df28900a/src</locationURI>
|
||||
<locationURI>_android_OpenCV_8d28b05d/src</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
</projectDescription>
|
||||
|
||||
@@ -19,10 +19,6 @@ import org.opencv.test.OpenCVTestCase;
|
||||
import org.opencv.test.OpenCVTestRunner;
|
||||
|
||||
public class CoreTest extends OpenCVTestCase {
|
||||
|
||||
public void testRNG() {
|
||||
fail("kiryaaa");
|
||||
}
|
||||
|
||||
public void testAbsdiff() {
|
||||
Core.absdiff(gray128, gray255, dst);
|
||||
|
||||
Reference in New Issue
Block a user