You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/08/31 16:38:27 UTC

svn commit: r809611 - /incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java

Author: smartini
Date: Mon Aug 31 14:38:26 2009
New Revision: 809611

URL: http://svn.apache.org/viewvc?rev=809611&view=rev
Log:
add comment of expected behavior: no List elements on the screen, but only log to text console

Modified:
    incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java?rev=809611&r1=809610&r2=809611&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewSelectionTest.java Mon Aug 31 14:38:26 2009
@@ -158,6 +158,10 @@
     }
 
     public static void main(String[] args) {
+        // 
+        // Note that when run as Application, no List elements will be displayed
+        // on the screen, but only some messages will be displayed to the text console.
+        // 
         DesktopApplicationContext.main(ListViewSelectionTest.class, args);
     }
 }