You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/09/26 14:01:58 UTC

svn commit: r1705426 - in /webservices/axiom/trunk/testing/fom-testsuite/src/main: java/org/apache/axiom/ts/fom/entry/ resources/org/apache/axiom/ts/fom/entry/

Author: veithen
Date: Sat Sep 26 12:01:57 2015
New Revision: 1705426

URL: http://svn.apache.org/viewvc?rev=1705426&view=rev
Log:
Rename categories.xml to entry-with-categories.xml.

Added:
    webservices/axiom/trunk/testing/fom-testsuite/src/main/resources/org/apache/axiom/ts/fom/entry/entry-with-categories.xml
      - copied unchanged from r1705175, webservices/axiom/trunk/testing/fom-testsuite/src/main/resources/org/apache/axiom/ts/fom/entry/categories.xml
Removed:
    webservices/axiom/trunk/testing/fom-testsuite/src/main/resources/org/apache/axiom/ts/fom/entry/categories.xml
Modified:
    webservices/axiom/trunk/testing/fom-testsuite/src/main/java/org/apache/axiom/ts/fom/entry/TestGetCategoriesByScheme.java

Modified: webservices/axiom/trunk/testing/fom-testsuite/src/main/java/org/apache/axiom/ts/fom/entry/TestGetCategoriesByScheme.java
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/fom-testsuite/src/main/java/org/apache/axiom/ts/fom/entry/TestGetCategoriesByScheme.java?rev=1705426&r1=1705425&r2=1705426&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/fom-testsuite/src/main/java/org/apache/axiom/ts/fom/entry/TestGetCategoriesByScheme.java (original)
+++ webservices/axiom/trunk/testing/fom-testsuite/src/main/java/org/apache/axiom/ts/fom/entry/TestGetCategoriesByScheme.java Sat Sep 26 12:01:57 2015
@@ -36,7 +36,7 @@ public class TestGetCategoriesByScheme e
     @Override
     protected void runTest() throws Throwable {
         Document<Entry> document = abdera.getParser().parse(
-                TestGetCategoriesByScheme.class.getResourceAsStream("categories.xml"));
+                TestGetCategoriesByScheme.class.getResourceAsStream("entry-with-categories.xml"));
         List<Category> categories = document.getRoot().getCategories("http://www.example.org/");
         assertThat(categories).hasSize(2);
         assertThat(categories.get(0).getTerm()).isEqualTo("term1");