Re: [SCXML] test should fail if serialisation work dir cannot be created

2009-01-06 Thread sebb
On 06/01/2009, Rahul Akolkar wrote: > On Mon, Jan 5, 2009 at 5:40 PM, sebb wrote: > > On 05/01/2009, Rahul Akolkar wrote: > >> On Mon, Jan 5, 2009 at 3:52 PM, sebb wrote: > > > > >> > > >> > Not sure I know how to do that in Maven. Why not do a single test for > >> > NSE and skip any fu

Re: [SCXML] test should fail if serialisation work dir cannot be created

2009-01-06 Thread Rahul Akolkar
On Mon, Jan 5, 2009 at 5:40 PM, sebb wrote: > On 05/01/2009, Rahul Akolkar wrote: >> On Mon, Jan 5, 2009 at 3:52 PM, sebb wrote: >> > >> > Not sure I know how to do that in Maven. Why not do a single test for >> > NSE and skip any further serialisation tests if the the initial test >> > fai

Re: [SCXML] test should fail if serialisation work dir cannot be created

2009-01-05 Thread sebb
On 05/01/2009, Rahul Akolkar wrote: > On Mon, Jan 5, 2009 at 3:52 PM, sebb wrote: > > On 05/01/2009, Rahul Akolkar wrote: > >> On Mon, Jan 5, 2009 at 7:57 AM, sebb wrote: > >> > SCXMLTestHelper currently allows the test to continue if it cannot > >> > create the serialisation work directo

Re: [SCXML] test should fail if serialisation work dir cannot be created

2009-01-05 Thread Rahul Akolkar
On Mon, Jan 5, 2009 at 3:52 PM, sebb wrote: > On 05/01/2009, Rahul Akolkar wrote: >> On Mon, Jan 5, 2009 at 7:57 AM, sebb wrote: >> > SCXMLTestHelper currently allows the test to continue if it cannot >> > create the serialisation work directory. >> > >> > Given that it now fails the test if

Re: [SCXML] test should fail if serialisation work dir cannot be created

2009-01-05 Thread sebb
On 05/01/2009, Rahul Akolkar wrote: > On Mon, Jan 5, 2009 at 7:57 AM, sebb wrote: > > SCXMLTestHelper currently allows the test to continue if it cannot > > create the serialisation work directory. > > > > Given that it now fails the test if it cannot create/read the > > serialisation files,

Re: [SCXML] test should fail if serialisation work dir cannot be created

2009-01-05 Thread Rahul Akolkar
On Mon, Jan 5, 2009 at 7:57 AM, sebb wrote: > SCXMLTestHelper currently allows the test to continue if it cannot > create the serialisation work directory. > > Given that it now fails the test if it cannot create/read the > serialisation files, it seems to me that directory creation failure > shou

[SCXML] test should fail if serialisation work dir cannot be created

2009-01-05 Thread sebb
SCXMLTestHelper currently allows the test to continue if it cannot create the serialisation work directory. Given that it now fails the test if it cannot create/read the serialisation files, it seems to me that directory creation failure should also cause the test to fail. WDYT?