javacommons/utils/tsrc/javasrc/com/nokia/mj/impl/utils/LoggerTests.java
changeset 80 d6dafc5d983f
parent 72 1f0034e370aa
--- a/javacommons/utils/tsrc/javasrc/com/nokia/mj/impl/utils/LoggerTests.java	Mon Oct 04 11:29:25 2010 +0300
+++ b/javacommons/utils/tsrc/javasrc/com/nokia/mj/impl/utils/LoggerTests.java	Fri Oct 15 12:29:39 2010 +0300
@@ -31,6 +31,15 @@
  */
 public class LoggerTests extends TestCase implements UnitTestSuiteCreator
 {
+    static
+    {
+        if ("unexiting".equals(System.getProperty("com.nokia.jvm.port")))
+        {
+            System.out.println("NOTE!! IT IS EXPECTED THAT THIS TEST WILL " +
+                               "LEAD TO BIG AMOUNT OF TRACES.");
+        }
+
+    }
     // Create the test suite.
     public TestSuite createTestSuite(String[] args)
     {