Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

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


Modified Files:
        Container.t 
Added Files:
        Dialog.t Entry.t Filechooser.t Frame.t Iconbox.t Image.t 
        Label.t 


Log Message:
- Fixes to list stuff which now work.
- more tests

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/t/Etk/Container.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Container.t 30 Jul 2006 19:22:33 -0000      1.1
+++ Container.t 4 Aug 2006 14:50:37 -0000       1.2
@@ -14,10 +14,8 @@
 $b->Add($button);
 is($b->IsChild($button), 1,    "Container Add/Check");
 
+my @children = $b->ChildrenGet();
+is(@children, 1, "Children Get");
 
-SKIP: {
-       skip "List implementation fuxxored", 1;
-       my @children = $b->ChildrenGet();
-}
 
 



-------------------------------------------------------------------------
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