aboutsummaryrefslogtreecommitdiff
path: root/license_protected_downloads/tests/test_buildinfo.py
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-06-04 21:19:59 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-06-04 21:19:59 +0300
commit5d145b4132ee451f18b7b7ccfce68e3e27a39d5c (patch)
tree34390845e22b4f50786f7f52ca2fbad58027941b /license_protected_downloads/tests/test_buildinfo.py
parent8fd5f9816344cb87dcd874cccd602b2da553a67f (diff)
More test fixes for 0.5 format version.
Diffstat (limited to 'license_protected_downloads/tests/test_buildinfo.py')
-rw-r--r--license_protected_downloads/tests/test_buildinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/license_protected_downloads/tests/test_buildinfo.py b/license_protected_downloads/tests/test_buildinfo.py
index 9b95b29..b6f9806 100644
--- a/license_protected_downloads/tests/test_buildinfo.py
+++ b/license_protected_downloads/tests/test_buildinfo.py
@@ -50,7 +50,7 @@ class BuildInfoTests(unittest.TestCase):
def test_getFormatVersion(self):
build_info = BuildInfo(self.buildinfo_file_path)
- self.assertEqual("0.1", build_info.getFormatVersion())
+ self.assertEqual("0.5", build_info.getFormatVersion())
def test_get_emptyField(self):
value = "notempty"