reverted occasional commit

This commit is contained in:
Kirill Kornyakov
2011-11-24 12:20:45 +00:00
parent 913811836a
commit 7d8f487b03
7 changed files with 15 additions and 81 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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);