Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl/t/Etk


Modified Files:
        Combobox.t Window.t 


Log Message:
- better handling of tree fields

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/t/Etk/Combobox.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Combobox.t  30 Jul 2006 19:22:33 -0000      1.1
+++ Combobox.t  19 Aug 2006 10:42:19 -0000      1.2
@@ -33,11 +33,7 @@
 ok( ref $i,    "ActiveItemGet ");
 ok($i->isa("Etk::Combobox::Item"),     "Class Check");
 
-SKIP: { 
-       skip "WTF?", 1;
-
-       is($i->DataGet(), "moo",        "Which Item");
-}
+is($i->DataGet(), "moo",       "Which Item");
 
 print "TODO: Complete this...\n";
 
===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/t/Etk/Window.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Window.t    6 Aug 2006 14:56:14 -0000       1.2
+++ Window.t    19 Aug 2006 10:42:19 -0000      1.3
@@ -23,16 +23,16 @@
 ok($window->IconifiedGet(),    "IconifiedSet/Get");
 
 SKIP: {
-       skip "Need to be visible", 2;
+       skip "Need to be visible", 3;
 $window->MaximizedSet(1);
 is($window->MaximizedGet(),1,  "MaximizedSet/Get");
 
 $window->StickySet(1);
 is($window->StickyGet(),1,     "StickSet/Get");
-}
 
 $window->FullscreenSet(1);
 is($window->FullscreenGet(),1, "FullscreenSet/Get");
 
+}
 
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to