From db8c70324091f9608a9e71e0df7bbdf9a371bf3b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Oct 2015 10:58:08 +0200 Subject: convert PASSED to COMPLETED in 'make check' test messages Change-Id: I5501f4f40024d3a47bb7007896e07c6252151cf6 --- toolkit/qa/complex/toolkit/UnitConversion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/qa') diff --git a/toolkit/qa/complex/toolkit/UnitConversion.java b/toolkit/qa/complex/toolkit/UnitConversion.java index cfe266214d06..15b67fc61b21 100644 --- a/toolkit/qa/complex/toolkit/UnitConversion.java +++ b/toolkit/qa/complex/toolkit/UnitConversion.java @@ -90,7 +90,7 @@ public class UnitConversion * 4. try to resize and move the window to an other position, so we get a well knowing position and size. * 5. run some more tests * - * If no test fails, the test is well done and returns with 'PASSED, OK' + * If no test fails, the test is well done and returns with 'COMPLETED.OK' * */ @Test -- cgit