You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/23 09:56:53 UTC

svn commit: r777880 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.jvmti/src/test/java/test/apache/kato/jvmti/TestBinReader.java

Author: spoole
Date: Sat May 23 09:56:52 2009
New Revision: 777880

URL: http://svn.apache.org/viewvc?rev=777880&view=rev
Log:
turned off invalid jvmti testscases

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.jvmti/src/test/java/test/apache/kato/jvmti/TestBinReader.java

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.jvmti/src/test/java/test/apache/kato/jvmti/TestBinReader.java
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.jvmti/src/test/java/test/apache/kato/jvmti/TestBinReader.java?rev=777880&r1=777879&r2=777880&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.jvmti/src/test/java/test/apache/kato/jvmti/TestBinReader.java (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.jvmti/src/test/java/test/apache/kato/jvmti/TestBinReader.java Sat May 23 09:56:52 2009
@@ -25,13 +25,13 @@
 public class TestBinReader extends TestCase {
 
 	
-	public void testOpenFile() throws IOException {
+	public void AtestOpenFile() throws IOException {
 		File f=new File("/home/spoole/workspace-javaone/PyJVMTI/kato.dump");
 		BinReader br=new BinReader(f);
 		int a=1;
 	}
 	
-	public void testPrint() throws IOException {
+	public void AtestPrint() throws IOException {
 		File f=new File("/home/spoole/workspace-javaone/PyJVMTI/kato.dump");
 		BinReader br=new BinReader(f);
 		BinPrinter p=new BinPrinter();