chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b43e27
)
Fix test that broke with c813a3cdbb7e
author
Daniel Martí
<mvdan@mvdan.cc>
Thu, 13 Aug 2015 19:44:35 +0000
(12:44 -0700)
committer
Daniel Martí
<mvdan@mvdan.cc>
Thu, 13 Aug 2015 19:44:35 +0000
(12:44 -0700)
tests/build.TestCase
patch
|
blob
|
history
diff --git
a/tests/build.TestCase
b/tests/build.TestCase
index 5eae2b4156df020636694d43b6863ac4623951a5..e6d9997c2e23f7ff765af24ecfbc12655e2ca4a1 100755
(executable)
--- a/
tests/build.TestCase
+++ b/
tests/build.TestCase
@@
-51,7
+51,7
@@
class BuildTest(unittest.TestCase):
fdroidserver.build.config['build_tools'] = teststring
fdroidserver.build.adapt_gradle(os.path.dirname(__file__))
filedata = open(os.path.join(os.path.dirname(__file__), 'build.gradle')).read()
- self.assertIsNotNone(re.search("\s+buildToolsVersion '%s'\s+" % teststring, filedata))
+ self.assertIsNotNone(re.search("\s+buildToolsVersion
=
'%s'\s+" % teststring, filedata))
if __name__ == "__main__":