From 6018e918cee635900cce5e0a927131e010bb58b7 Mon Sep 17 00:00:00 2001 From: Ivan Mogilko Date: Wed, 15 Jan 2025 04:46:55 +0300 Subject: [PATCH] Fixed number of tests in test-file --- ags3/auto-test/test-file.asc | 2 +- ags4/auto-test/test-file.asc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ags3/auto-test/test-file.asc b/ags3/auto-test/test-file.asc index a155f13..080ccee 100644 --- a/ags3/auto-test/test-file.asc +++ b/ags3/auto-test/test-file.asc @@ -1,7 +1,7 @@ // Test File Module Script int GetTestFileCount() { - return 17; + return 20; } void TestFile() diff --git a/ags4/auto-test/test-file.asc b/ags4/auto-test/test-file.asc index a155f13..080ccee 100644 --- a/ags4/auto-test/test-file.asc +++ b/ags4/auto-test/test-file.asc @@ -1,7 +1,7 @@ // Test File Module Script int GetTestFileCount() { - return 17; + return 20; } void TestFile()