Skip to content

Commit

Permalink
Merge pull request #541 from flodolo/fix_tests
Browse files Browse the repository at this point in the history
Update tests for Gaia 2.5
  • Loading branch information
flodolo committed Nov 16, 2015
2 parents 2e77fb5 + 6860d7d commit 1e13de2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/api.php
Expand Up @@ -31,9 +31,9 @@
['v1/search/strings/central/en-US/fr/tralala/', 200, '[]'],
['v1/locales/central/', 200, '["ar","ast","cs","de","en-GB","en-US","eo","es-AR","es-CL","es-ES","es-MX","fa","fr","fy-NL","gl","he","hu","id","it","ja","ja-JP-mac","kk","ko","lt","lv","nb-NO","nl","nn-NO","pl","pt-BR","pt-PT","ru","sk","sl","sv-SE","th","tr","uk","vi","zh-CN","zh-TW"]'],
['v1/locales/iDontExist/', 400, '{"error":"The repo queried (iDontExist) doesn\'t exist."}'],
['v1/repositories/', 200, '["release","beta","aurora","central","firefox_ios","gaia_2_0","gaia_2_1","gaia_2_2","gaia","mozilla_org"]'],
['v1/repositories/', 200, '["release","beta","aurora","central","firefox_ios","gaia_2_0","gaia_2_1","gaia_2_2","gaia","mozilla_org"]'],
['v1/repositories/fr/', 200, '["aurora","beta","central","firefox_ios","gaia","gaia_2_0","gaia_2_1","gaia_2_2","mozilla_org","release"]'],
['v1/repositories/', 200, '["release","beta","aurora","central","firefox_ios","gaia_2_0","gaia_2_1","gaia_2_2","gaia_2_5","gaia","mozilla_org"]'],
['v1/repositories/', 200, '["release","beta","aurora","central","firefox_ios","gaia_2_0","gaia_2_1","gaia_2_2","gaia_2_5","gaia","mozilla_org"]'],
['v1/repositories/fr/', 200, '["aurora","beta","central","firefox_ios","gaia","gaia_2_0","gaia_2_1","gaia_2_2","gaia_2_5","mozilla_org","release"]'],
['v1/tm/central/en-US/fr/Bookmark/?max_results=3&min_quality=80', 200, '[{"source":"Bookmark","target":"Marquer cette page","quality":100},{"source":"Bookmark","target":"Marque-page","quality":100},{"source":"Bookmarks","target":"Marque-pages","quality":88.888888888889}]'],
['v1/tm/global/fr/en-US/Ouvrir/', 200, '[{"source":"Ouvrir dans le Finder","target":"Find in Finder","quality":28.571428571429},{"source":"D\u00e9couvrez comment ouvrir une fen\u00eatre de navigation priv\u00e9e","target":"Learn how to open a private window","quality":8.7719298245614}]'],
['v1/versions/', 200, '{"v1":"stable"}'],
Expand Down

0 comments on commit 1e13de2

Please sign in to comment.