diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2016-10-06 08:47:04 -0700 |
|---|---|---|
| committer | Tim Orling <timothy.t.orling@linux.intel.com> | 2016-11-03 20:05:01 -0700 |
| commit | 36ad06cabeedcce5e38ffa435a8287e9d9887f5c (patch) | |
| tree | e15912bc97ac405b3171feced77a6aefe7690fbc /tests | |
| parent | 0e752595db13e1c3b5c6248040e69da210a037a8 (diff) | |
| download | epel6-testing-container-epel7.tar.gz epel6-testing-container-epel7.tar.xz epel6-testing-container-epel7.zip | |
Initial commit of epel7 testsepel7
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_rhbz1369486.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_rhbz1369486.py b/tests/test_rhbz1369486.py index 0817bc1..0b8285e 100644 --- a/tests/test_rhbz1369486.py +++ b/tests/test_rhbz1369486.py @@ -33,7 +33,7 @@ class TestPython2Macros: return output def test_python2_version_macro(self, python2_version_macro): - assert python2_version_macro == '2.6\n' + assert python2_version_macro == '2.7\n' def test_python2_version_nodots_macro(self, python2_version_nodots_macro): - assert python2_version_nodots_macro == '26\n' + assert python2_version_nodots_macro == '27\n' |
