You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/11/24 17:30:09 UTC

svn commit: r1716200 - in /commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath: issues/ ri/ ri/compiler/ ri/jx177/

Author: britter
Date: Tue Nov 24 16:30:09 2015
New Revision: 1716200

URL: http://svn.apache.org/viewvc?rev=1716200&view=rev
Log:
Move Jira issue related test cases to own package

Added:
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath118Test.java
      - copied, changed from r1716192, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/JXPath118Test.java
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath149Test.java
      - copied, changed from r1715629, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/compiler/JXPath149Test.java
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath177Test.java
      - copied, changed from r1716199, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/TestJxPath177.java
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPathVariablesResolver.java
      - copied, changed from r1716199, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/JXPathVariablesResolver.java
Removed:
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/JXPath118Test.java
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/compiler/JXPath149Test.java
    commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/

Copied: commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath118Test.java (from r1716192, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/JXPath118Test.java)
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath118Test.java?p2=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath118Test.java&p1=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/JXPath118Test.java&r1=1716192&r2=1716200&rev=1716200&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/JXPath118Test.java (original)
+++ commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath118Test.java Tue Nov 24 16:30:09 2015
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.jxpath.ri;
+package org.apache.commons.jxpath.issues;
 
 import java.util.Iterator;
 import junit.framework.Assert;

Copied: commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath149Test.java (from r1715629, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/compiler/JXPath149Test.java)
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath149Test.java?p2=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath149Test.java&p1=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/compiler/JXPath149Test.java&r1=1715629&r2=1716200&rev=1716200&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/compiler/JXPath149Test.java (original)
+++ commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath149Test.java Tue Nov 24 16:30:09 2015
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.jxpath.ri.compiler;
+package org.apache.commons.jxpath.issues;
 
 import org.apache.commons.jxpath.JXPathContext;
 import org.apache.commons.jxpath.JXPathTestCase;

Copied: commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath177Test.java (from r1716199, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/TestJxPath177.java)
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath177Test.java?p2=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath177Test.java&p1=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/TestJxPath177.java&r1=1716199&r2=1716200&rev=1716200&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/TestJxPath177.java (original)
+++ commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPath177Test.java Tue Nov 24 16:30:09 2015
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.jxpath.ri.jx177;
+package org.apache.commons.jxpath.issues;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -22,7 +22,7 @@ import junit.framework.TestCase;
 import org.apache.commons.jxpath.JXPathContext;
 import org.apache.commons.jxpath.Pointer;
 
-public class TestJxPath177 extends TestCase
+public class JXPath177Test extends TestCase
 {
     Map model = new HashMap();
     {

Copied: commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPathVariablesResolver.java (from r1716199, commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/JXPathVariablesResolver.java)
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPathVariablesResolver.java?p2=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPathVariablesResolver.java&p1=commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/JXPathVariablesResolver.java&r1=1716199&r2=1716200&rev=1716200&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/ri/jx177/JXPathVariablesResolver.java (original)
+++ commons/proper/jxpath/trunk/src/test/java/org/apache/commons/jxpath/issues/JXPathVariablesResolver.java Tue Nov 24 16:30:09 2015
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.commons.jxpath.ri.jx177;
+package org.apache.commons.jxpath.issues;
 
 import org.apache.commons.jxpath.Variables;