You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2012/05/05 18:11:50 UTC

svn commit: r1334441 - in /rave/trunk/rave-integration-tests: rave-admin-tests/pom.xml rave-default-account-tests/pom.xml rave-newuser-tests/pom.xml

Author: jasha
Date: Sat May  5 16:11:50 2012
New Revision: 1334441

URL: http://svn.apache.org/viewvc?rev=1334441&view=rev
Log:
RAVE-610 only match java files as candidates for stories
After checking in the project into svn, it also tried to match Stories.svn-base

Modified:
    rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml
    rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml
    rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml

Modified: rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml?rev=1334441&r1=1334440&r2=1334441&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml Sat May  5 16:11:50 2012
@@ -69,7 +69,7 @@
             <phase>integration-test</phase>
             <configuration>
               <includes>
-                <include>**/*Stories*</include>
+                <include>**/*Stories.java</include>
               </includes>
               <excludes/>
               <generateViewAfterStories>true</generateViewAfterStories>

Modified: rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml?rev=1334441&r1=1334440&r2=1334441&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml Sat May  5 16:11:50 2012
@@ -69,7 +69,7 @@
             <phase>integration-test</phase>
             <configuration>
               <includes>
-                <include>**/*Stories*</include>
+                <include>**/*Stories.java</include>
               </includes>
               <excludes/>
               <generateViewAfterStories>true</generateViewAfterStories>

Modified: rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml?rev=1334441&r1=1334440&r2=1334441&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml Sat May  5 16:11:50 2012
@@ -69,7 +69,7 @@
             <phase>integration-test</phase>
             <configuration>
               <includes>
-                <include>**/*Stories*</include>
+                <include>**/*Stories.java</include>
               </includes>
               <excludes/>
               <generateViewAfterStories>true</generateViewAfterStories>