You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/10/26 11:51:46 UTC

svn commit: r1634298 - in /manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon: common/DateTest.java fuzzyml/TestFuzzyML.java jsongen/TestJsonGen.java

Author: kwright
Date: Sun Oct 26 10:51:45 2014
New Revision: 1634298

URL: http://svn.apache.org/r1634298
Log:
Change packages of test classes

Modified:
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/DateTest.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TestFuzzyML.java
    manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/jsongen/TestJsonGen.java

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/DateTest.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/DateTest.java?rev=1634298&r1=1634297&r2=1634298&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/DateTest.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/common/DateTest.java Sun Oct 26 10:51:45 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.common;
+package org.apache.manifoldcf.connectorcommon.common;
 
 import java.util.*;
 import org.junit.*;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TestFuzzyML.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TestFuzzyML.java?rev=1634298&r1=1634297&r2=1634298&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TestFuzzyML.java [UTF-8] (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/fuzzyml/TestFuzzyML.java [UTF-8] Sun Oct 26 10:51:45 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.fuzzyml;
+package org.apache.manifoldcf.connectorcommon.fuzzyml;
 
 import org.apache.manifoldcf.core.interfaces.*;
 import org.apache.manifoldcf.core.system.ManifoldCF;

Modified: manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/jsongen/TestJsonGen.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/jsongen/TestJsonGen.java?rev=1634298&r1=1634297&r2=1634298&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/jsongen/TestJsonGen.java (original)
+++ manifoldcf/branches/CONNECTORS-1085/framework/connector-common/src/test/java/org/apache/manifoldcf/connectorcommon/jsongen/TestJsonGen.java Sun Oct 26 10:51:45 2014
@@ -16,7 +16,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-package org.apache.manifoldcf.core.jsongen;
+package org.apache.manifoldcf.connectorcommon.jsongen;
 
 import java.io.*;
 import org.junit.*;