From 4b946f6429b575f2e0f8289fab8347e781c37854 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Fri, 9 Dec 2016 15:49:43 +0100
Subject: [PATCH] tests: remove an obsolete comment

---
 product/ERP5/tests/testPackingList.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/product/ERP5/tests/testPackingList.py b/product/ERP5/tests/testPackingList.py
index fe95d2882f..0874d4761b 100644
--- a/product/ERP5/tests/testPackingList.py
+++ b/product/ERP5/tests/testPackingList.py
@@ -1316,10 +1316,6 @@ class TestPackingList(TestPackingListMixin, ERP5TypeTestCase) :
 
     sequence_list.play(self)
 
-  # The 3 following tests currently fail because they are making assertions on
-  # an applied rule which with the new simulation structure is not the same as
-  # in the original test packing list.
-
   def test_06_SimulationChangeStartDate(self, quiet=quiet, run=run_all_test):
     if not run: return
     sequence_list = SequenceList()
-- 
2.30.9