svn commit: r1157665 - in /struts/struts2/trunk/plugins/junit/src/test: java/org/apache/struts2/ resources/

2011-08-14 Thread mcucchiara
Author: mcucchiara
Date: Sun Aug 14 20:57:58 2011
New Revision: 1157665

URL: http://svn.apache.org/viewvc?rev=1157665&view=rev
Log:
WW-3671 - Two TestAction classes confuse eclipse (sometimes)

Added:

struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/JunitTestAction.java
   (contents, props changed)
  - copied, changed from r1157396, 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/TestAction.java
Removed:

struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/TestAction.java
Modified:

struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringJUnit4TestCaseTest.java

struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringTestCaseTest.java

struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsTestCaseTest.java
struts/struts2/trunk/plugins/junit/src/test/resources/applicationContext.xml
struts/struts2/trunk/plugins/junit/src/test/resources/struts.xml

Copied: 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/JunitTestAction.java
 (from r1157396, 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/TestAction.java)
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/JunitTestAction.java?p2=struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/JunitTestAction.java&p1=struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/TestAction.java&r1=1157396&r2=1157665&rev=1157665&view=diff
==
--- 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/TestAction.java
 (original)
+++ 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/JunitTestAction.java
 Sun Aug 14 20:57:58 2011
@@ -22,7 +22,7 @@ package org.apache.struts2;
 
 import com.opensymphony.xwork2.ActionSupport;
 
-public class TestAction extends ActionSupport {
+public class JunitTestAction extends ActionSupport {
 private String name;
 
 public String getName() {

Propchange: 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/JunitTestAction.java
--
svn:keywords = Date Author Id Revision HeadURL

Modified: 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringJUnit4TestCaseTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringJUnit4TestCaseTest.java?rev=1157665&r1=1157664&r2=1157665&view=diff
==
--- 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringJUnit4TestCaseTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringJUnit4TestCaseTest.java
 Sun Aug 14 20:57:58 2011
@@ -34,7 +34,7 @@ import java.io.UnsupportedEncodingExcept
 
 @RunWith(SpringJUnit4ClassRunner.class) 
 @ContextConfiguration(locations={"classpath*:applicationContext.xml"})
-public class StrutsSpringJUnit4TestCaseTest extends 
StrutsSpringJUnit4TestCase {
+public class StrutsSpringJUnit4TestCaseTest extends 
StrutsSpringJUnit4TestCase {

@Test
 public void getActionMapping() {
@@ -52,7 +52,7 @@ public class StrutsSpringJUnit4TestCaseT
 ActionProxy proxy = getActionProxy("/test/testAction.action");
 Assert.assertNotNull(proxy);
 
-TestAction action = (TestAction) proxy.getAction();
+JunitTestAction action = (JunitTestAction) proxy.getAction();
 Assert.assertNotNull(action);
 
 String result = proxy.execute();

Modified: 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringTestCaseTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringTestCaseTest.java?rev=1157665&r1=1157664&r2=1157665&view=diff
==
--- 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringTestCaseTest.java
 (original)
+++ 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsSpringTestCaseTest.java
 Sun Aug 14 20:57:58 2011
@@ -23,7 +23,7 @@ package org.apache.struts2;
 public class StrutsSpringTestCaseTest extends StrutsSpringTestCase {
 public void testApplicationContext() {
 assertNotNull(applicationContext);
-TestAction action = (TestAction) 
applicationContext.getBean("testAction");
+JunitTestAction action = (JunitTestAction) 
applicationContext.getBean("testAction");
 assertNotNull(action);
 }
 }

Modified: 
struts/struts2/trunk/plugins/junit/src/test/java/org/apache/struts2/StrutsTestCaseTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/junit/src/test/j

[CONF] Confluence Changes in the last 24 hours

2011-08-14 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache Buildr (https://cwiki.apache.org/confluence/display/BUILDR)

Pages
-
August 2011 Board Report created by boisvert (03:44 PM)
https://cwiki.apache.org/confluence/display/BUILDR/August+2011+Board+Report

Buildr Plugins edited by  boisvert  (03:43 PM)
https://cwiki.apache.org/confluence/display/BUILDR/Buildr+Plugins



Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL)

Pages
-
Camel 2.9.0 Release edited by  davsclaus  (07:53 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.9.0+Release

NotifyBuilder edited by  davsclaus  (07:49 AM)
https://cwiki.apache.org/confluence/display/CAMEL/NotifyBuilder

JMS edited by  davsclaus  (06:05 AM)
https://cwiki.apache.org/confluence/display/CAMEL/JMS

User Stories edited by  davsclaus  (02:03 AM)
https://cwiki.apache.org/confluence/display/CAMEL/User+Stories



Apache Hive (https://cwiki.apache.org/confluence/display/Hive)

Pages
-
LanguageManual DDL edited by  jvs  (03:34 PM)
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL



Apache Lucene.NET (https://cwiki.apache.org/confluence/display/LUCENENET)

Pages
-
Build System & Scripts created by michaelherndon (03:25 AM)
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27824229

Index edited by  michaelherndon  (03:07 AM)
https://cwiki.apache.org/confluence/display/LUCENENET/Index



Apache OpenOffice.org Community 
(https://cwiki.apache.org/confluence/display/OOOUSERS)

Pages
-
Community Forums edited by  terrye  (06:58 PM)
https://cwiki.apache.org/confluence/display/OOOUSERS/Community+Forums

Community Wiki Infrastructure edited by  terrye  (06:48 PM)
https://cwiki.apache.org/confluence/display/OOOUSERS/Community+Wiki+Infrastructure

website-terms-of-use-draft created by drewjensen (04:52 AM)
https://cwiki.apache.org/confluence/display/OOOUSERS/website-terms-of-use-draft



Apache Wicket (https://cwiki.apache.org/confluence/display/WICKET)

Pages
-
Best Practices and Gotchas edited by  bruno.bor...@gmail.com  (10:11 PM)
https://cwiki.apache.org/confluence/display/WICKET/Best+Practices+and+Gotchas




Change your notification preferences: 
https://cwiki.apache.org/confluence/users/viewnotifications.action