chiark / gitweb /
fix intermittent test failure
authorHans-Christoph Steiner <hans@eds.org>
Thu, 3 May 2018 11:30:03 +0000 (13:30 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 3 May 2018 11:46:42 +0000 (13:46 +0200)
For some reason, the parser stopped working intermittently, even
though the format has been the same since aapt 23 or earlier.  Then
also, some of the test cases pointed to symlinks that were no longer
generated, and one test app now has a blank versionName.

Strange that this wasn't caught in the gitlab-ci runs.  !484

FAIL: test_get_api_id_aapt (__main__.CommonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./common.TestCase", line 578, in testA_get_api_id_aapt
    self.assertEqual(versionName, vn)
AssertionError: '0.1' != "0.1' platformBuildVersionName='4.3.1-1425645"
- 0.1
+ 0.1' platformBuildVersionName='4.3.1-1425645


No differences found