Author: jkuhnert
Date: Sun Dec 17 16:44:41 2006
New Revision: 488090

URL: http://svn.apache.org/viewvc?view=rev&rev=488090
Log:
Another unit test fix.

Modified:
    tapestry/tapestry4/trunk/pom.xml
    
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/services/impl/TestEngineManager.java

Modified: tapestry/tapestry4/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?view=diff&rev=488090&r1=488089&r2=488090
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Sun Dec 17 16:44:41 2006
@@ -359,6 +359,21 @@
                     <version>2.2-SNAPSHOT</version>
                     <inherited>true</inherited>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-gpg-plugin</artifactId>
+                    <version>1.0-alpha-2-SNAPSHOT</version>
+                    <inherited>true</inherited>
+                    <executions>
+                        <execution>
+                            <id>sign-artifacts</id>
+                            <phase>verify</phase>
+                            <goals>
+                                <goal>sign</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>

Modified: 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/services/impl/TestEngineManager.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/services/impl/TestEngineManager.java?view=diff&rev=488090&r1=488089&r2=488090
==============================================================================
--- 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/services/impl/TestEngineManager.java
 (original)
+++ 
tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/services/impl/TestEngineManager.java
 Sun Dec 17 16:44:41 2006
@@ -31,7 +31,7 @@
  * @author Howard Lewis Ship
  * @since 4.0
  */
[EMAIL PROTECTED]
[EMAIL PROTECTED](sequential=true)
 public class TestEngineManager extends BaseComponentTestCase
 {
 


Reply via email to