javauis/runtimeui_qt/tsrc.s60/javasrc/com/nokia/mj/impl/rt/ui/qt/RuntimeUiQtTests.java
changeset 47 f40128debb5d
parent 21 2a9601315dfc
child 78 71ad690e91f5
--- a/javauis/runtimeui_qt/tsrc.s60/javasrc/com/nokia/mj/impl/rt/ui/qt/RuntimeUiQtTests.java	Fri Jun 11 13:33:44 2010 +0300
+++ b/javauis/runtimeui_qt/tsrc.s60/javasrc/com/nokia/mj/impl/rt/ui/qt/RuntimeUiQtTests.java	Wed Jun 23 18:07:10 2010 +0300
@@ -82,7 +82,6 @@
 
     private void doTest(RuntimeUi runtimeUi)
     {
-        System.out.println("+doTest()");
         // error message with details -> make sure both are available to the user
         ExceptionBase exc = new ExceptionBase(
             new ShortErrorMessage(),
@@ -103,13 +102,6 @@
             null,
             0,
             null /* no params for detailed msg */);
-        System.out.println("3");
-
-        runtimeUi.error("MyApplication", exc);
-
-        // Test no crash happen.
-        runtimeUi.error("NullException", null);
-
 
         boolean answerAvailable = false;
 
@@ -130,6 +122,5 @@
         runtimeUi.confirm("Null Application", nullConf);
 
         runtimeUi.destroy();
-        System.out.println("-doTest()");
     }
 }