Enlightenment CVS committal Author : leviathan Project : e17 Module : proto
Dir : e17/proto/etk-perl/t/Etk Modified Files: Shadow.t Log Message: Shadow border and color functions =================================================================== RCS file: /cvs/e/e17/proto/etk-perl/t/Etk/Shadow.t,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Shadow.t 22 Oct 2006 15:35:48 -0000 1.1 +++ Shadow.t 29 Oct 2006 12:32:28 -0000 1.2 @@ -24,5 +24,18 @@ $sp[5] == 5) , "ShadowSet/Get"); +$s->BorderSet(10); + +is($s->BorderGet(), 10, "Border Set/Get"); + +$s->BorderColorSet(10, 20, 30, 40); [EMAIL PROTECTED] = $s->BorderColorGet(); + +ok( + ($sp[0] == 10 && + $sp[1] == 20 && + $sp[2] == 30 && + $sp[3] == 40) , "BorderColorSet/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