Revision: 4580
          http://sourceforge.net/p/vexi/code/4580
Author:   clrg
Date:     2013-11-18 15:32:55 +0000 (Mon, 18 Nov 2013)
Log Message:
-----------


Added Paths:
-----------
    branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/fill.t

Removed Paths:
-------------
    branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/color.t

Deleted: branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/color.t
===================================================================
--- branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/color.t       
2013-11-18 13:24:01 UTC (rev 4579)
+++ branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/color.t       
2013-11-18 15:32:55 UTC (rev 4580)
@@ -1,28 +0,0 @@
-
-<vexi xmlns:ui="vexi://ui" xmlns="" xmlns:lib="_lib">
-
-       var b = vexi.box;
-       var error;
-       
-       error = false;
-       try { b.fill = ".red"; }
-       catch(e) { error = true; }
-       assert(error);
-    
-    error = false;
-    try { b.fill = "#123456789"; }
-    catch(e) { error = true; }
-    assert(error);
-    
-    error = false;
-    try { b.fill = "111"; }
-    catch(e) { error = true; }
-    assert(error);
-    
-    error = false;
-    try { b.fill = "foo"; }
-    catch(e) { error = true; }
-    assert(error);
-    
-    <ui:box/>
-</vexi>

Copied: branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/fill.t 
(from rev 4577, 
branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/color.t)
===================================================================
--- branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/fill.t        
                        (rev 0)
+++ branches/vexi3/org.vexi-core.main/src/test/java/test/core/box/fill.t        
2013-11-18 15:32:55 UTC (rev 4580)
@@ -0,0 +1,28 @@
+
+<vexi xmlns:ui="vexi://ui" xmlns="" xmlns:lib="_lib">
+
+       var b = vexi.box;
+       var error;
+       
+       error = false;
+       try { b.fill = ".red"; }
+       catch(e) { error = true; }
+       assert(error);
+    
+    error = false;
+    try { b.fill = "#123456789"; }
+    catch(e) { error = true; }
+    assert(error);
+    
+    error = false;
+    try { b.fill = "111"; }
+    catch(e) { error = true; }
+    assert(error);
+    
+    error = false;
+    try { b.fill = "foo"; }
+    catch(e) { error = true; }
+    assert(error);
+    
+    <ui:box/>
+</vexi>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to