Francois Gouget : winetest/dissect: Improve the misplaced subtest error message.

Alexandre Julliard julliard at winehq.org
Thu Jan 28 15:30:14 CST 2021


Module: tools
Branch: master
Commit: aea9527affd292158986c81720f65af3387aaa98
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=aea9527affd292158986c81720f65af3387aaa98

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Jan 28 03:36:53 2021 +0100

winetest/dissect: Improve the misplaced subtest error message.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/dissect | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/dissect b/winetest/dissect
index c62f914..e9729db 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -624,7 +624,7 @@ while ($line = <IN>) {
         }
         else
         {
-            add_test_line("end", "Misplaced $l_subunit subtest\n");
+            add_test_line("end", "$l_unit has a misplaced $l_subunit subtest line\n");
             $extra_failures++;
         }
     }




More information about the wine-cvs mailing list