Hello, I'd like to run an individual test (src/testcases/org/apache/poi/ss/formula/functions/TestDGetFunctionsFromSpre adsheet.java).
Is there a way to do that? Background: That test is run with `ant test-hssf`. With a clean checkout that target fails with an error (not failure) in org.apache.poi.hssf.usermodel.TestOLE2Embeding and does not continue to run. With `ant test-hssf -Dhalt.on.test.failure=false` I can skip over that error, but then have to search for my test in the output. In general when developing/fixing specific formula/functions it'd be nice to be able to just run the test for the function one currently works on without having to run all the other tests. If the answer is "Fix TestOLE2Embeding!", any quick hints where to look? I'm on Windows 7 and Java 8. Kind Regards, Patrick Zimmermann --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org