Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

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


Modified Files:
        Tooltips.t 


Log Message:
Follow recent etk changes

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/t/Etk/Tooltips.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Tooltips.t  10 Sep 2006 09:01:53 -0000      1.1
+++ Tooltips.t  6 Oct 2006 21:01:49 -0000       1.2
@@ -3,11 +3,13 @@
 
 Etk::Tooltips::Init();
 
-my $b = Etk::Button->new();
-
+SKIP: {
+       skip "disabled", 2;
 Etk::Tooltips::Disable();
 is(Etk::Tooltips::EnabledGet(), 0, "Disable");
 Etk::Tooltips::Enable();
 is(Etk::Tooltips::EnabledGet(), 1, "Enable");
+}
+
 
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to