javacommons/utils/tsrc/javasrc/com/nokia/mj/impl/utils/LoggerTests.java
changeset 80 d6dafc5d983f
parent 72 1f0034e370aa
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    29 /**
    29 /**
    30  * DebugUtils unit tests.
    30  * DebugUtils unit tests.
    31  */
    31  */
    32 public class LoggerTests extends TestCase implements UnitTestSuiteCreator
    32 public class LoggerTests extends TestCase implements UnitTestSuiteCreator
    33 {
    33 {
       
    34     static
       
    35     {
       
    36         if ("unexiting".equals(System.getProperty("com.nokia.jvm.port")))
       
    37         {
       
    38             System.out.println("NOTE!! IT IS EXPECTED THAT THIS TEST WILL " +
       
    39                                "LEAD TO BIG AMOUNT OF TRACES.");
       
    40         }
       
    41 
       
    42     }
    34     // Create the test suite.
    43     // Create the test suite.
    35     public TestSuite createTestSuite(String[] args)
    44     public TestSuite createTestSuite(String[] args)
    36     {
    45     {
    37         TestSuite suite = new TestSuite(this.getClass().getName());
    46         TestSuite suite = new TestSuite(this.getClass().getName());
    38 
    47