From 149b06f8e98a64540470b489b12847d7881daa7e Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Tue, 19 Apr 2005 09:29:16 +0000
Subject: [PATCH] Remove test for feature which are not yet implemented.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2919 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testOrder.py | 45 +++++++++++++++++----------------
 1 file changed, 23 insertions(+), 22 deletions(-)

diff --git a/product/ERP5/tests/testOrder.py b/product/ERP5/tests/testOrder.py
index af128a7472..80801eafcd 100755
--- a/product/ERP5/tests/testOrder.py
+++ b/product/ERP5/tests/testOrder.py
@@ -1550,28 +1550,29 @@ class TestOrder(ERP5TypeTestCase):
                       '
     sequence_list.addSequenceString(sequence_string)
 
-    # Test with a order with 2 lines and the same not variated resource
-    sequence_string = '\
-                      CreateOrganisation1 \
-                      CreateOrganisation2 \
-                      CreateOrder \
-                      SetOrderProfile \
-                      CreateNotVariatedResource \
-                      Tic \
-                      CreateOrderLine \
-                      SetOrderLineResource \
-                      SetOrderLineDefaultValues \
-                      CreateOrderLine \
-                      SetOrderLineResource \
-                      SetOrderLineDefaultValues \
-                      OrderOrder \
-                      Tic \
-                      CheckDeliveryBuilding \
-                      ConfirmOrder \
-                      Tic \
-                      CheckDeliveryBuilding \
-                      '
-    sequence_list.addSequenceString(sequence_string)
+# XXX Not yet implemented
+#     # Test with a order with 2 lines and the same not variated resource
+#     sequence_string = '\
+#                       CreateOrganisation1 \
+#                       CreateOrganisation2 \
+#                       CreateOrder \
+#                       SetOrderProfile \
+#                       CreateNotVariatedResource \
+#                       Tic \
+#                       CreateOrderLine \
+#                       SetOrderLineResource \
+#                       SetOrderLineDefaultValues \
+#                       CreateOrderLine \
+#                       SetOrderLineResource \
+#                       SetOrderLineDefaultValues \
+#                       OrderOrder \
+#                       Tic \
+#                       CheckDeliveryBuilding \
+#                       ConfirmOrder \
+#                       Tic \
+#                       CheckDeliveryBuilding \
+#                       '
+#     sequence_list.addSequenceString(sequence_string)
 
     sequence_list.play(self)
 
-- 
2.30.9