Jacques Le Roux created OFBIZ-7065:
--------------------------------------
Summary: Test could not find SimpleMethod testIfRegexp on Win7
Key: OFBIZ-7065
URL:
https://issues.apache.org/jira/browse/OFBIZ-7065 Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: Trunk
Environment: Windows 7
Reporter: Jacques Le Roux
When running test on Win7 using "tools\test" (ie tools\test.bat aka: "svn up && ant clean-data load-demo run-tests") I get this error:
{code}
[java] Exception in thread "Thread-47" java.lang.RuntimeException: org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod testIfRegexp in XML document in resource: component://minilang/script/
org/ofbiz/minilang/method/ifops/IfRegexpTests.xml
[java] at org.ofbiz.minilang.method.ifops.test.IfRegexpTest$MyThread.run(IfRegexpTest.java:82)
[java] Caused by: org.ofbiz.minilang.MiniLangException: Could not find SimpleMethod testIfRegexp in XML document in resource: component://minilang/script/org/ofbiz/minilang/method/ifops/IfRegexpTests.xml
[java] at org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:272)
[java] at org.ofbiz.minilang.method.ifops.test.IfRegexpTest$MyThread.run(IfRegexpTest.java:74)
{code}
and tests stop there
This does not happen on Linux
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)