Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

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


Modified Files:
        Range.t 


Log Message:
had this lying around uncommited. page size now works

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/t/Etk/Range.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Range.t     10 Sep 2006 08:10:57 -0000      1.1
+++ Range.t     16 Sep 2006 17:25:36 -0000      1.2
@@ -1,4 +1,4 @@
-use Test::More tests => 5;
+use Test::More tests => 6;
 use Etk;
 
 my $b = Etk::ScrolledView->new();
@@ -19,11 +19,7 @@
 my ($s, $p) = $r->IncrementsGet();
 ok( $s == 0.1 && $p == 0.4, "Increments Set/Get");
 
-SKIP: {
-       skip 1, "huh?";
 $r->PageSizeSet(0.3);
 is($r->PageSizeGet(), 0.3, "PageSize Set/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