Resource Handler Tests

Tests passed/Failed/Skipped:10/1/0
Started on:Mon Oct 30 12:40:58 EST 2006
Total time:9 seconds
Included groups:
Excluded groups:

FAILED TESTS
Test method Time (seconds) Exception
org.drools.resource.test.SvnResourceHandlerTest.testGetSpreadsheetByVersion() 0

java.lang.RuntimeException: org.drools.resource.exception.ResourceUrlNotFoundException: The requested URL resource type cannot be found: http://localhost/svn/insurance/resource-handler/spreadsheets/test.xls
	at org.drools.resource.test.SvnResourceHandlerTest.testGetSpreadsheetByVersion(SvnResourceHandlerTest.java:252)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:529)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:398)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:625)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:88)
	at org.testng.TestRunner.privateRun(TestRunner.java:614)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:221)
	at org.testng.SuiteRunner.run(SuiteRunner.java:147)
	at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:576)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:539)
	at org.testng.TestNG.run(TestNG.java:316)
	at org.testng.TestNG.privateMain(TestNG.java:666)
	at org.testng.TestNG.main(TestNG.java:608)
Caused by: org.drools.resource.exception.ResourceUrlNotFoundException: The requested URL resource type cannot be found: http://localhost/svn/insurance/resource-handler/spreadsheets/test.xls
	at org.drools.resource.SvnResourceHandler.getResourceStream(SvnResourceHandler.java:81)
	at org.drools.resource.test.SvnResourceHandlerTest.testGetSpreadsheetByVersion(SvnResourceHandlerTest.java:249)
	... 17 more

PASSED TESTS
Test method Time (seconds) Exception
org.drools.resource.test.SvnResourceHandlerTest.testAuthentication() 3 none
org.drools.resource.test.SvnResourceHandlerTest.testGetDrlFile() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetDrlFileByVersion() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetDslFile() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetDslFileByVersion() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetRule() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetRuleByVersion() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetRuleFunction() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetRuleFunctionByVersion() 0 none
org.drools.resource.test.SvnResourceHandlerTest.testGetSpreadsheet() 0 none