From 123d72be49ac76e54af9a50b8d306c7901259edf Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Mon, 13 Jul 2015 11:55:59 +0100 Subject: [PATCH] Test: Note to reproducibility of TW-1262. Almost thought this was fixed already when I ran it the first time and got everything green... --- test/tw-1262.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tw-1262.t b/test/tw-1262.t index 110f03461..db8d036c8 100755 --- a/test/tw-1262.t +++ b/test/tw-1262.t @@ -29,6 +29,10 @@ class TestBug1262(TestCase): def test_dependency_contains_matches_ID(self): """dep.contains matches task IDs""" + # NOTE: A more robust test is needed as alternative to this + # If it happens that the UUID doesn't contain a 1 nor a 2 the test will + # fail, which means it's actually using the UUID. + # Still, it passes on most cases. Which is WRONG!. for char in self.DEPS: self.t(("list", "dep.contains:{0}".format(char)))