You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2012/03/28 06:39:12 UTC

svn commit: r1306157 - /tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java

Author: mattmann
Date: Wed Mar 28 04:39:12 2012
New Revision: 1306157

URL: http://svn.apache.org/viewvc?rev=1306157&view=rev
Log:
- TIKA-593: forgot X method

Modified:
    tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java

Modified: tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java
URL: http://svn.apache.org/viewvc/tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java?rev=1306157&r1=1306156&r2=1306157&view=diff
==============================================================================
--- tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java (original)
+++ tika/trunk/tika-server/src/test/java/org/apache/tika/server/UnpackerResourceTest.java Wed Mar 28 04:39:12 2012
@@ -174,7 +174,7 @@ public class UnpackerResourceTest extend
 	}
 
 	//FIXME: Disabled for now until TIKA-593 is done @Test
-	public void test415() throws Exception {
+	public void Xtest415() throws Exception {
 		Response response = WebClient.create(endPoint + UNPACKER_PATH)
 				.type("xxx/xxx")
 				.accept("*/*")