From c48078392154e56071084c43d6dcc490b35941e7 Mon Sep 17 00:00:00 2001 From: Akkarinage Date: Thu, 6 Mar 2014 13:30:52 +0000 Subject: [PATCH] Pull Request Test; Fixed engrish: test checkweight --- npc/test/npc_test_checkweight.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/test/npc_test_checkweight.txt b/npc/test/npc_test_checkweight.txt index 8cc5a23fc3..28634092c3 100644 --- a/npc/test/npc_test_checkweight.txt +++ b/npc/test/npc_test_checkweight.txt @@ -172,7 +172,7 @@ L_FINAL: .@tdone = getarg(0); .@success = getarg(1); debugmes "Results = Pass : "+.@success+"/"+.@tdone+" Fails : "+(.@tdone-.@success)+"/"+.@tdone; - if(.@success != .@tdone) { debugmes "Some failure has occurred. Enable chkresult print to find failed tests."; } + if(.@success != .@tdone) { debugmes "One or more failures have occurred. Enable chkresult print to find failed tests."; } return; } }