Revision: 2467
          http://vexi.svn.sourceforge.net/vexi/?rev=2467&view=rev
Author:   mkpg2
Date:     2007-10-15 05:59:31 -0700 (Mon, 15 Oct 2007)

Log Message:
-----------


Modified Paths:
--------------
    trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/a.t
    trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/b.t
    trunk/core/org.vexi.core/src_junit/test/core/gut/theming.t

Modified: trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/a.t
===================================================================
--- trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/a.t      
2007-10-15 12:36:53 UTC (rev 2466)
+++ trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/a.t      
2007-10-15 12:59:31 UTC (rev 2467)
@@ -12,5 +12,6 @@
     
     <ui:box>
        thisbox.name = static.name;
+       thisbox.statik = static;
     </ui:box>
 </vexi>
\ No newline at end of file

Modified: trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/b.t
===================================================================
--- trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/b.t      
2007-10-15 12:36:53 UTC (rev 2466)
+++ trunk/core/org.vexi.core/src_junit/test/core/gut/themeimpl/b.t      
2007-10-15 12:59:31 UTC (rev 2467)
@@ -12,5 +12,6 @@
     
     <ui:box>
        thisbox.name = static.name;
+       thisbox.statik = static;
     </ui:box>
 </vexi>
\ No newline at end of file

Modified: trunk/core/org.vexi.core/src_junit/test/core/gut/theming.t
===================================================================
--- trunk/core/org.vexi.core/src_junit/test/core/gut/theming.t  2007-10-15 
12:36:53 UTC (rev 2466)
+++ trunk/core/org.vexi.core/src_junit/test/core/gut/theming.t  2007-10-15 
12:59:31 UTC (rev 2467)
@@ -12,9 +12,12 @@
         <vexi.theme.a id="a"/>
         <vexi.theme.b id="b"/>
                        
-               .util..assertEquals("themeimpl.b",$b.name);
+                       
+        .util..assertEquals($a.statik, .vexi.theme.a[""]);
+               .util..assertEquals("themeimpl.b",$b.name);
         .util..assertEquals("themeimpl.b",.vexi.theme.b..name);
-               
+
+       .util..assertEquals($b.statik, .vexi.theme.b[""]);
         .util..assertEquals("themeimpl.a",$a.name);
         .util..assertEquals("themeimpl.a",.vexi.theme.a..name);
                


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to