Revision: 1156
Author:   ge0ffrey
Date:     2006-05-14 12:38:02 -0700 (Sun, 14 May 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1156&view=rev

Log Message:
-----------
static constructors are evil (and surefire plugin 2.2 can't handle it well in 
forkMode pertest)

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/test/java/org/springframework/rules/ValidationResultsTests.java
Modified: 
trunk/spring-richclient/support/src/test/java/org/springframework/rules/ValidationResultsTests.java
===================================================================
--- 
trunk/spring-richclient/support/src/test/java/org/springframework/rules/ValidationResultsTests.java
 2006-05-14 17:55:55 UTC (rev 1155)
+++ 
trunk/spring-richclient/support/src/test/java/org/springframework/rules/ValidationResultsTests.java
 2006-05-14 19:38:02 UTC (rev 1156)
@@ -27,7 +27,7 @@
 
        private static final Constraints constraints = Constraints.instance();
 
-       static {
+       public void setUp() {
                ac = new 
ClassPathXmlApplicationContext("org/springframework/rules/rules-context.xml");
                rulesSource = (RulesSource) ac.getBean("rulesSource");
                rules = rulesSource.getRules(Person.class);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to