--- summary 
+++ summary 
@@ -1,109 +1,156 @@
 Test Suite: ERP5-MASTER
-Revision: slapos=5506-382d0ebac914a8db981c9d8b2118fd883e62b451,erp5=42553-9b5c74fb8e2ae4ff710bbf5455e5d38c2954536b
+Revision: slapos=5506-382d0ebac914a8db981c9d8b2118fd883e62b451,erp5=42563-43ab06c9e157654f6e7728be6f5f3e4be7be8c32
 Result: FAIL
 
-Building Failed
+All tests: 4340
+Failures: 1
+Errors: 0
+Skips: 159
 
-All tests: 2157
-Failures: 0
-Errors: 1283
-Skips: 26
-
- http://erp5.nexedi.com/test_result_module/20130611-368809C1/view
+ http://erp5.nexedi.com/test_result_module/20130611-2A142A0C/view
 
 
 The following tests failed:
 
-  testAccountingReports                              (60 errors)
-   testAccountStatement (testAccountingReports.TestAccountingReports)
-   testAccountStatementAnalyticsHidden (testAccountingReports.TestAccountingReportsWithAnalytic)
-
-  testAdvancedInvoicing                              (24 errors)
-   test_01_TwoInvoicesFromTwoPackingList (testAdvancedInvoicing.TestAdvancedSaleInvoice)
-   test_autoplanned (testAdvancedInvoicing.TestWorkflow)
-
-  testDms                                            (104 errors)
-   testFileWithNotDefinedMimeType (testDms.TestDocument)
-   test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity), Check that once the document is converted and cached, its size is
-   test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance)
-
-  testDmsWithFlare                                   (100 errors)
-   testFileWithNotDefinedMimeType (testDmsWithFlare.TestDocumentWithFlare)
-
-  testDmsWithPreConversion                           (102 errors)
-   testFileWithNotDefinedMimeType (testDmsWithPreConversion.TestDocumentWithPreConversion)
-
-  testERP5Catalog                                    (97 errors)
-   test_01_HasEverything (testERP5Catalog.TestERP5Catalog)
-
-  testFunctionalCore                                 (1 errors)
-   testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore)
-
-  testFunctionalKM                                   (1 errors)
+  testFunctionalKM                                   (1 failures)
    testFunctionalTestRunner (testFunctionalKM.TestZeleniumKM)
 
-  testImmobilisation                                 (22 errors)
-   test_01_singlePackingListImmobilisationStateChange (testImmobilisation.TestImmobilisation)
+The following tests were at least partly skipped:
 
-  testIngestion                                      (37 errors)
-   test_01_PreferenceSetup (testIngestion.TestIngestion)
+  testAccountingReports                              (1 skips)
+   test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5'
 
-  testIngestionWithFlare                             (37 errors)
-   test_01_PreferenceSetup (testIngestionWithFlare.TestIngestionWithFlare)
+  testAccountingRules                                (22 skips)
 
-  testInvoice                                        (53 errors)
-   test_01_SimpleInvoice (testInvoice.TestSaleInvoice)
+  testAdvancedInvoicing                              (1 skips)
 
-  testItem                                           (17 errors, 8 skips)
-   test_01_ItemSimpleTest (testItem.TestItem)
+  testBPMCore                                        (1 skips)
+   test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5'
 
-  testMaxmaDemoConfigurationWorkflow                 (1 errors)
-   test_maxma_demo_workflow (testMaxmaDemoConfigurationWorkflow.TestMaxmaDemoConfiguratorWorkflow), Test the consulting workflow configuration
-
-  testPayroll                                        (31 errors)
-   test_AccountingLineGeneration (testPayroll.TestPayroll)
-
-  testRunMyDocConfigurationWorkflow                  (2 errors)
-   test_run_my_docs_workflow_brazil (testRunMyDocConfigurationWorkflow.TestRunMyDocsConfiguratorWorkflowBrazilLanguage), Test the RunMyDocs workflow with brazilian language
-   test_run_my_docs_workflow_france (testRunMyDocConfigurationWorkflow.TestRunMyDocsConfiguratorWorkflowFranceLanguage), Test the RunMyDocs workflow with french language
-
-  testSpellChecking                                  (3 errors)
-   test_business_template_list_with_workflow_template_item (testSpellChecking.TestSpellChecking)
-
-  testStandardConfigurationWorkflow                  (5 errors)
-   test_consulting_workflow (testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow), Test the consulting workflow configuration
-   test_standard_workflow_brazil (testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow), Test the standard workflow with brazilian configuration
-
-  testTradeModelLine                                 (12 errors)
-   test_01_OrderWithSimpleTaxedAndDiscountedLines (testTradeModelLine.TestTradeModelLineSale), Full test case with quite simple linear use case
-
-  testTradeModelLinePurchase                         (12 errors)
-   test_01_OrderWithSimpleTaxedAndDiscountedLines (testTradeModelLinePurchase.TestTradeModelLinePurchase), Full test case with quite simple linear use case
-
-  testUNGConfigurationWorkflow                       (2 errors)
-   test_ung_workflow_brazil (testUNGConfigurationWorkflow.TestUNGConfiguratorWorkflowBrazilLanguage), Test the ung workflow with brazilian language
-   test_ung_workflow_france (testUNGConfigurationWorkflow.TestUNGConfiguratorWorkflowFranceLanguage), Test the ung workflow with french language
-
-  testXHTML                                          (560 errors)
-   test_PythonScriptSyntax (testXHTML.TestXHTML)
-
-The following tests were at least partly skipped:
+  testBase                                           (3 skips)
+   test_NonIndexable (testBase.TestBase), check if a document is not indexed where we set isIndexable=0 in the same transaction of newContent(). ... skipped 'isIndexable is not designed to work like tested here, this test       must be rewritten once we know how to handle correctly templates'
+   test_NonIndexable2 (testBase.TestBase), check if a document is not indexed where we call edit() and set isIndexable=0 after it is already indexed. ... skipped 'isIndexable is not designed to work like tested here, this test       must be rewritten once we know how to handle correctly templates'
+   test_NonIndexable3 (testBase.TestBase), check if a document is not indexed where we set isIndexable=0 and call edit() after it is already indexed. ... skipped 'isIndexable is not designed to work like tested here, this test       must be rewritten once we know how to handle correctly templates'
 
   testBusinessTemplate                               (5 skips)
    test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet'
    test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem), Checks that if Business Template defines Document and PropertySheet ... skipped 'Not implemented yet'
    test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet'
 
+  testCRM                                            (1 skips)
+
+  testDeliveryBuilderToSupportMultipleLines          (2 skips)
+
+  testDms                                            (2 skips)
+
+  testDmsWithFlare                                   (2 skips)
+
+  testDmsWithPreConversion                           (2 skips)
+
+  testERP5Base                                       (1 skips)
+
+  testERP5Catalog                                    (4 skips)
+   test_18_buildSQLQueryAnotherTable (testERP5Catalog.TestERP5Catalog), Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5'
+   test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5'
+   test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5'
+
   testERP5Commerce                                   (1 skips)
    test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.'
 
+  testERP5DocumentSyncML                             (4 skips)
+
+  testERP5Interfaces                                 (7 skips)
+
+  testERP5SyncML                                     (2 skips)
+
+  testERP5Type                                       (1 skips)
+
+  testERP5TypeInterfaces                             (1 skips)
+
   testERP5Web                                        (3 skips)
    test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.'
+
+  testFormPrintoutAsODT                              (1 skips)
+   test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft'
+
+  testFunctionalCore                                 (4 skips)
+        So this test is skipped -->
+        So this test is skipped -->
+
+  testIngestion                                      (4 skips)
+
+  testIngestionWithFlare                             (4 skips)
 
   testInventory                                      (1 skips)
 
   testInventoryAPI                                   (2 skips)
 
-  testItem                                           (8 skips)
+  testInvoice                                        (6 skips)
+
+  testItem                                           (13 skips)
+
+  testKM                                             (3 skips)
+
+  testMRP                                            (5 skips)
+   test_TransformationRule_expand_concurrent (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'
+   test_TransformationRule_expand_reexpand (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'
+   test_TransformationRule_getHeadProductionPathList (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'
+   test_TransformationSourcingRule_expand (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'
+
+  testMaxmaDemoConfigurationWorkflow                 (1 skips)
+
+  testOpenOrder                                      (3 skips)
+   testPeriodicityDateList (testOpenOrder.TestOpenOrder) ... skipped "can't run if machine timezone is UTC"
+
+  testOrderBuilder                                   (4 skips)
+
+  testOxatisSynchronization                          (1 skips)
+
+  testPreferences                                    (1 skips)
+
+  testProductionOrder                                (8 skips)
 
   testProductionOrderApparel                         (6 skips)
+
+  testProductionPackingList                          (1 skips)
+
+  testProductionPackingListApparel                   (1 skips)
+
+  testProxyField                                     (1 skips)
+
+  testResource                                       (1 skips)
+
+  testReturnedSalePackingList                        (3 skips)
+
+  testSQLCachedWorklist                              (2 skips)
+   test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5'
+   test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5'
+
+  testSelectionTool                                  (7 skips)
+   skipped 'Test to be written'
+   testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written'
+   testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written'
+   skipped 'Test to be written'
+   testDeleteGlobalSelection (testSelectionTool.TestSelectionToolMemcachedStorage) ... skipped 'To be decided if implementation is required'
+   testPage (testSelectionTool.TestSelectionToolMemcachedStorage) ... skipped 'Test to be written'
+   testView (testSelectionTool.TestSelectionToolMemcachedStorage) ... skipped 'Test to be written'
+
+  testShaCache                                       (1 skips)
+
+  testShaCacheExternal                               (1 skips)
+
+  testShaDir                                         (1 skips)
+
+  testTaskReportDivergence                           (1 skips)
+
+  testTemplate                                       (1 skips)
+
+  testTradeModelLine                                 (1 skips)
+
+  testTradeModelLinePurchase                         (1 skips)
+
+  testUbercartSynchronisation                        (1 skips)
+
+  testVirtuemartSynchronization                      (1 skips)
+
+  testWebDavSupport                                  (1 skips)
