Hi John,
I tried running maven tests on the shindig-features directory but the
tests did not run.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Concurrency config is parallel='both', perCoreThreadCount=true,
threadCount=2, useUnlimitedThreads=false
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jsunit2:jsunit-test {execution: default}]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There have been 1 errors and 0 failures testing JavaScript
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Wed Mar 02 15:24:48 EST 2011
[INFO] Final Memory: 39M/84M
[INFO]
------------------------------------------------------------------------
-Ryan
Email: [email protected]
Phone: 978-899-3041
developerWorks Profile
From: John Hjelmstad <[email protected]>
To: [email protected],
Cc: Ryan J Baxter/Westford/IBM@Lotus
Date: 03/02/2011 01:59 PM
Subject: Re: Unit Tests For Features
Hi Ryan,
The tests are actually all run when you simply run 'mvn' on Shindig or
just the features directory.
I'm not too sure about the runner.sh script... I've seen some weird cruft
around (such as a list of test files in a features pom.xml) which might be
related.
--j
On Wed, Mar 2, 2011 at 8:54 AM, Ryan J Baxter <[email protected]> wrote:
Hi everyone, I have added a new feature and want to add some unit tests
for it. In the shindig-features project there is
src/test/javascript/features which seems to container unit tests for some
features. It looks link in the bin folder of shindig-features there is a
runner.sh file to run all the tests. I tried running that script, but it
fails because it is looking for some files which no longer exist or have
been moved. Is this the correct way to run these unit tests? Are these
tests maintained?
-Ryan
Email: [email protected]
Phone: 978-899-3041
developerWorks Profile