Re: Testify - Unable to locate asset

2013-03-26 Thread Stephan Windmüller
Am 26.03.2013 11:40, schrieb Lance Java: > TapestryTester has two constructors > http://tapestrytestify.sourceforge.net/apidocs/com/formos/tapestry/testify/core/TapestryTester.html > > Which one are you using? Are you passing in a context path? I am using the one with more parameters: | new Tap

Re: Testify - Unable to locate asset

2013-03-26 Thread Lance Java
TapestryTester has two constructors http://tapestrytestify.sourceforge.net/apidocs/com/formos/tapestry/testify/core/TapestryTester.html Which one are you using? Are you passing in a context path? On 26 March 2013 09:19, Stephan Windmüller < stephan.windmuel...@tu-dortmund.de> wrote: > Hello! >

Testify - Unable to locate asset

2013-03-26 Thread Stephan Windmüller
Hello! My Testify tests work fine as long as I do not import files from the context like: | @Import(stylesheet = "context:styles/layout.css") Then I get an exception like: | Caused by: java.lang.RuntimeException: Unable to locate asset 'context:styles/layout.css' (the file does not exist). |