You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/12/20 17:31:26 UTC

svn commit: r1051198 - /ofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java

Author: erwan
Date: Mon Dec 20 16:31:26 2010
New Revision: 1051198

URL: http://svn.apache.org/viewvc?rev=1051198&view=rev
Log:
A comment slept into the lucene tests...

Modified:
    ofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java

Modified: ofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java?rev=1051198&r1=1051197&r2=1051198&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java (original)
+++ ofbiz/trunk/applications/content/src/org/ofbiz/content/test/LuceneTests.java Mon Dec 20 16:31:26 2010
@@ -53,7 +53,6 @@ public class LuceneTests extends OFBizTe
 
     @Override
     protected void tearDown() throws Exception {
-        //destruction index
     }
 
     public void testCreateIndex() throws Exception {