Author: jmorliaguet
Date: Tue Jan 10 11:31:03 2006
New Revision: 2204

Modified:
   cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html
Log:

- added test to help debug on safari / konqueror



Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html   
    (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html   
    Tue Jan 10 11:31:03 2006
@@ -139,6 +139,16 @@
       assertEqual(Identifiable.isEmpty(e6), true);
     }},
 
+    testGetCommentNode: function() { with(this) {
+      assertEqual(Canvas._getCommentNode(e0), null);
+      assertEqual(Canvas._getCommentNode(e1), null);
+      assertNotEqual(Canvas._getCommentNode(e2), null);
+      assertEqual(Canvas._getCommentNode(e3), null);
+      assertEqual(Canvas._getCommentNode(e4), null);
+      assertEqual(Canvas._getCommentNode(e5), null);
+      assertNotEqual(Canvas._getCommentNode(e6), null);
+    }},
+
     testGetNodeData: function() { with(this) {
       // test twice to get the cached data
       assertEqual(Canvas.getNodeData(e1), null);
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to