Skip to content

Commit

Permalink
Add Firefox major version support (mozilla#668) - add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
piri-p committed May 7, 2024
1 parent 1a68442 commit 1aec686
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
({'application': 'firefox', 'platform': 'win64', 'version': '23.0.1'},
'firefox-23.0.1-build3.en-US.win64.exe',
'firefox/candidates/23.0.1-candidates/build3/win64/en-US/Firefox Setup 23.0.1.exe'),
({'application': 'firefox', 'platform': 'linux', 'version': '23'},
'firefox-23.0.1-build3.en-US.linux.tar.bz2',
'firefox/candidates/23.0.1-candidates/build3/linux-i686/en-US/firefox-23.0.1.tar.bz2'),
({'application': 'firefox', 'locale': 'de', 'platform': 'win32', 'version': '23.0.1'},
'firefox-23.0.1-build3.de.win32.exe',
'firefox/candidates/23.0.1-candidates/build3/win32/de/Firefox Setup 23.0.1.exe'),
Expand Down

0 comments on commit 1aec686

Please sign in to comment.