From XW trunk...

...
...
Mar 22, 2007 9:11:40 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [spring-object-factory]; root of BeanFactory hierarchy] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec

Results :

Failed tests:
testTypeConversionError (com.opensymphony.xwork2.util.OgnlValueStackTest) testNoExceptionInSetForDefault (com.opensymphony.xwork2.util.OgnlValueStackTest) testObjectSettingWithInvalidValueDoesNotCauseSetCalledWithNull (com.opensymphony.xwork2.util.OgnlValueStackTest) testUsingDefaultInterceptorThatAliasPropertiesAreCopied (com.opensymphony.xwork2.interceptor.AliasInterceptorTest)

Tests run: 518, Failures: 4, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36 seconds
[INFO] Finished at: Thu Mar 22 09:11:40 EDT 2007
[INFO] Final Memory: 10M/32M
[INFO] ------------------------------------------------------------------------


[EMAIL PROTECTED] ~/svn/struts/xwork]$ cat target/surefire-reports/ com.opensymphony.xwork2.interceptor.AliasInterceptorTest.txt ------------------------------------------------------------------------ -------
Test set: com.opensymphony.xwork2.interceptor.AliasInterceptorTest
------------------------------------------------------------------------ ------- Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec <<< FAILURE! testUsingDefaultInterceptorThatAliasPropertiesAreCopied (com.opensymphony.xwork2.interceptor.AliasInterceptorTest) Time elapsed: 0.056 sec <<< FAILURE! Error setting expression 'aliases' with value '#{ "aliasSource" : "aliasDest", "bar":"baz" }' - [unknown location] at com.opensymphony.xwork2.util.OgnlValueStack.setValue (OgnlValueStack.java:171) at com.opensymphony.xwork2.util.OgnlValueStack.setValue (OgnlValueStack.java:146) at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercep t(StaticParametersInterceptor.java:97) at com.opensymphony.xwork2.DefaultActionInvocation $2.doProfiling(DefaultActionInvocation.java:219) at com.opensymphony.xwork2.DefaultActionInvocation $2.doProfiling(DefaultActionInvocation.java:218) at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile (UtilTimerStack.java:455) at com.opensymphony.xwork2.DefaultActionInvocation.invoke (DefaultActionInvocation.java:216) at com.opensymphony.xwork2.DefaultActionProxy.execute (DefaultActionProxy.java:133) at com.opensymphony.xwork2.interceptor.AliasInterceptorTest.testUsingDefaul tInterceptorThatAliasPropertiesAreCopied(AliasInterceptorTest.java:45)


------------

If I comment that single test out, it fails on a different test in a different class. And another, and another, up to about 4 tests and then it's fine. Clearly something is different between my running this in the console and what Eclipse is doing.

I've tried deleting .m2/repository/opensymphony/* and .m2/repository/ cglib/*, same error.

Anyone else seeing this?




--
James Mitchell
The Ruby Roundup
http://www.rubyroundup.com/


On Mar 22, 2007, at 6:53 AM, Philip Luppens wrote:

What exceptions and what XW version ? There are some confusing
problems with XW1_2 [1], but the others seem to run fine [2].

Cheers,

Phil

[1] http://forums.opensymphony.com/thread.jspa?threadID=70501&tstart=0
[2] http://opensource.bamboo.atlassian.com/browse/XWORK


On 3/22/07, James Mitchell <[EMAIL PROTECTED]> wrote:
Does XW trunk build for anyone else?  When I try to build with Maven,
it fails on a few tests, but if I run those same tests within
Eclipse, they pass fine.


--
James Mitchell
The Ruby Roundup
http://www.rubyroundup.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
iDTV System Engineer
"Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live." - John F. Woods

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to