0 Replies Latest reply on Dec 29, 2010 4:26 PM by clebert.suconic

    Configuration Objects on tests

    clebert.suconic

      All the Configuration objects used on the testsuite should either be created through createDefaultConfiguration (now moved to UnitTestCase).

       

      If there's a good reason to not use the method (like creating something very specific for the test), we all should make sure we set the location for the testcases under using getJournalDir() etc from the test base classes.

       

       

      I'm saying this because there was a few intermittent failures caused by previous tests keeping stuff on the journal, while some tests are creating the data outside of that location.