diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/testapp.zip | bin | 895 -> 689 bytes | |||
-rw-r--r-- | tests/data/testapp2.zip | bin | 2449 -> 2240 bytes | |||
-rw-r--r-- | tests/lib/app/codechecker/infocheckertest.php | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/testapp.zip b/tests/data/testapp.zip Binary files differindex e76c0d18724..c828572827f 100644 --- a/tests/data/testapp.zip +++ b/tests/data/testapp.zip diff --git a/tests/data/testapp2.zip b/tests/data/testapp2.zip Binary files differindex f46832f7a75..1953cc896f8 100644 --- a/tests/data/testapp2.zip +++ b/tests/data/testapp2.zip diff --git a/tests/lib/app/codechecker/infocheckertest.php b/tests/lib/app/codechecker/infocheckertest.php index 59c1316b769..b31c5fe3a7a 100644 --- a/tests/lib/app/codechecker/infocheckertest.php +++ b/tests/lib/app/codechecker/infocheckertest.php @@ -54,7 +54,7 @@ class InfoCheckerTest extends TestCase { ['testapp-version', []], ['testapp-infoxml-version', []], ['testapp-infoxml-version-different', [['type' => 'differentVersions', 'message' => 'appinfo/version: 1.2.4 - appinfo/info.xml: 1.2.3']]], - ['testapp-version-missing', [['type' => 'mandatoryFieldMissing', 'field' => 'version']]], + ['testapp-version-missing', []], ['testapp-name-missing', [['type' => 'mandatoryFieldMissing', 'field' => 'name']]], ]; } |