Author: kwright
Date: Wed Apr  2 11:48:51 2014
New Revision: 1583979

URL: http://svn.apache.org/r1583979
Log:
Gave up trying to disable tests; failure happens on all three and for the same 
reason

Modified:
    
manifoldcf/branches/CONNECTORS-856/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/HttpPosterTest.java

Modified: 
manifoldcf/branches/CONNECTORS-856/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/HttpPosterTest.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-856/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/HttpPosterTest.java?rev=1583979&r1=1583978&r2=1583979&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-856/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/HttpPosterTest.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-856/connectors/solr/connector/src/test/java/org/apache/manifoldcf/agents/output/solr/HttpPosterTest.java
 Wed Apr  2 11:48:51 2014
@@ -17,6 +17,7 @@
 package org.apache.manifoldcf.agents.output.solr;
 
 import org.junit.Ignore;
+import org.junit.Test;
 
 import junit.framework.TestCase;
 import org.apache.log4j.Logger;
@@ -77,7 +78,6 @@ public class HttpPosterTest
    * Verify  the IndexPost Method create the correct IngestThread class
    * @throws Exception
    */
-  @Ignore
   public void testIndexPost()
     throws Exception
   {


Reply via email to