فهرست منبع

Pull Request Test; Fixed engrish: test checkweight

Akkarinage 11 سال پیش
والد
کامیت
c480783921
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      npc/test/npc_test_checkweight.txt

+ 1 - 1
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;
 	}
 }