You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/11/16 17:24:20 UTC

svn commit: r880830 - /incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java

Author: tvolkert
Date: Mon Nov 16 16:24:20 2009
New Revision: 880830

URL: http://svn.apache.org/viewvc?rev=880830&view=rev
Log:
Restored code in ListViewTest

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

Modified: incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java?rev=880830&r1=880829&r2=880830&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java (original)
+++ incubator/pivot/trunk/wtk/test/org/apache/pivot/wtk/test/ListViewTest.java Mon Nov 16 16:24:20 2009
@@ -58,6 +58,7 @@
             }
         });
 
+        listView.setCheckmarksEnabled(true);
         listView.setItemChecked(4, true);
         listView.setItemChecked(6, true);