Commit b1b61013 authored by Vincent Pelletier's avatar Vincent Pelletier

Uncomment inventory optimisation test now that everything is commited (should...

Uncomment inventory optimisation test now that everything is commited (should have been done some days ago).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16426 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ffc2693
......@@ -1842,7 +1842,7 @@ else:
suite.addTest(unittest.makeSuite(TestNextNegativeInventoryDate))
suite.addTest(unittest.makeSuite(TestInventoryStat))
suite.addTest(unittest.makeSuite(TestTrackingList))
#suite.addTest(unittest.makeSuite(TestInventoryDocument))
suite.addTest(unittest.makeSuite(TestInventoryDocument))
return suite
# vim: foldmethod=marker
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment