Author: jmorliaguet
Date: Mon Feb 27 14:06:15 2006
New Revision: 2485

Modified:
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_navpanel_test.html
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_panel_test.html
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_progressive_enhancement.html
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_widget_template_test.html
   cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/chat/cpsskins_chat.pt
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/unit/cpsskins_storage_adapters.pt
Log:

- the "ram" type of storage is used by default if none is specified.



Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_navpanel_test.html
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_navpanel_test.html
        (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_navpanel_test.html
        Mon Feb 27 14:06:15 2006
@@ -47,9 +47,6 @@
   {"id": "panel1",
    "data": {
      "url": "panel1.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -57,9 +54,6 @@
   {"id": "panel2",
    "data": {
      "url": "panel2.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -67,9 +61,6 @@
   {"id": "panel3",
    "data": {
      "url": "panel3.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -77,9 +68,6 @@
   {"id": "panel4",
    "data": {
      "url": "panel4.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 

Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_panel_test.html
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_panel_test.html
   (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_panel_test.html
   Mon Feb 27 14:06:15 2006
@@ -45,9 +45,6 @@
          "data": {
            "url": "panel1.html",
            "css": "panel1.css"
-         },
-         "storage": {
-           "type": "ram"
         }}
         </ins>
 
@@ -56,9 +53,6 @@
          "data": {
            "url": "panel2.html",
            "css": "panel2.css"
-         },
-         "storage": {
-           "type": "ram"
         }}
         </ins>
 
@@ -67,9 +61,6 @@
          "data": {
            "url": "panel3.html",
            "css": "panel3.css"
-         },
-         "storage": {
-           "type": "ram"
         }}
         </ins>
 
@@ -78,9 +69,6 @@
          "data": {
            "url": "panel4.html",
            "css": "panel4.css"
-         },
-         "storage": {
-           "type": "ram"
         }}
         </ins>
 
@@ -89,9 +77,6 @@
          "data": {
            "url": "panel5.html",
            "css": "popup.css"
-         },
-         "storage": {
-           "type": "ram"
         }}
         </ins>
 

Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_progressive_enhancement.html
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_progressive_enhancement.html
      (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_progressive_enhancement.html
      Mon Feb 27 14:06:15 2006
@@ -45,11 +45,8 @@
   </div>
 
   <ins class="model">
-  {"id": "ram-data-provider",
-   "data": "",
-   "storage": {
-     "type": "ram"
-     }
+  {"id": "dummy",
+   "data": ""
   }}
   </ins>
 
@@ -58,7 +55,7 @@
      "template": "ajax_widget_template.pt",
      "replace": "htmlwidget"
    },
-   "model": "ram-data-provider",
+   "model": "dummy",
    "render_effect": {
      "transition": "fadein"
    }}

Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_widget_template_test.html
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_widget_template_test.html
 (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/cpsskins_widget_template_test.html
 Mon Feb 27 14:06:15 2006
@@ -58,10 +58,6 @@
          }
        ]
      }
-   },
-   "storage": {
-     "type": "ram"
-     }
   }}
   </ins>
 

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   
    Mon Feb 27 14:06:15 2006
@@ -77,9 +77,6 @@
   {"id": "p1",
    "data": {
      "url": "p1.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -87,9 +84,6 @@
   {"id": "p2",
    "data": {
      "url": "p2.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -97,9 +91,6 @@
   {"id": "p3",
    "data": {
      "url": "p3.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -107,9 +98,6 @@
   {"id": "p1_2",
    "data": {
      "url": "p1_2.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -117,9 +105,6 @@
   {"id": "p2_3",
    "data": {
      "url": "p2_3.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -127,9 +112,6 @@
   {"id": "p2_3_1",
    "data": {
      "url": "p2_3_1.html"
-    },
-    "storage": {
-      "type": "ram"
   }}
   </ins>
 
@@ -191,17 +173,13 @@
   <!-- unified storages -->
   <ins class="model">
   {"id": "m1",
-   "data": {"a": 1},
-   "storage": {
-     "type": "ram"
+   "data": {"a": 1}
   }}
   </ins>
 
   <ins class="model">
   {"id": "m2",
-   "data": {"b": 2},
-   "storage": {
-     "type": "ram"
+   "data": {"b": 2}
   }}
   </ins>
 

Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/chat/cpsskins_chat.pt
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/chat/cpsskins_chat.pt
        (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/chat/cpsskins_chat.pt
        Mon Feb 27 14:06:15 2006
@@ -59,10 +59,6 @@
     {"id": "status",
      "data": {
       "status": ""
-     },
-     "storage": {
-       "type": "ram"
-       }
     }}
     </ins>
 

Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/unit/cpsskins_storage_adapters.pt
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/unit/cpsskins_storage_adapters.pt
       (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/unit/cpsskins_storage_adapters.pt
       Mon Feb 27 14:06:15 2006
@@ -32,17 +32,13 @@
   <!-- unified storages -->
   <ins class="model">
   {"id": "m1",
-   "data": {"a": 1},
-   "storage": {
-     "type": "ram"
+   "data": {"a": 1}
   }}
   </ins>
 
   <ins class="model">
   {"id": "m2",
-   "data": {"b": 2},
-   "storage": {
-     "type": "ram"
+   "data": {"b": 2}
   }}
   </ins>
 
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to