Skip to content

Commit

Permalink
Bug 687947 - fix sync version re, a=testonly, DONTBUILD
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 449bc0c4c7bbdbe1634459d5473cafee9aab2951
  • Loading branch information
Jonathan Griffin committed Sep 20, 2011
1 parent 2269cee commit 5b824d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/tps/tps/testrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class TPSTestRunner(object):
'extensions.checkCompatibility.4.0': False,
}
syncVerRe = re.compile(
r"Weave version: (?P<syncversion>.*)\n")
r"Sync version: (?P<syncversion>.*)\n")
ffVerRe = re.compile(
r"Firefox version: (?P<ffver>.*)\n")
ffDateRe = re.compile(
Expand Down

0 comments on commit 5b824d4

Please sign in to comment.