Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2411)

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table_test.extjs

Issue 579623003: Upgrade liblouis to 2.6.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Simplify whitelist Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | third_party/liblouis/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table_test.extjs b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table_test.extjs
index 435bc9d667c3242fab68b940a1c207b231e66332..b81c9e70d5fb36fc77682239a1dd66cde3b59f79 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/braille_table_test.extjs
@@ -25,7 +25,7 @@ CvoxBrailleTableTest.prototype = {
*/
TEST_F('CvoxBrailleTableTest', 'testGetAll', function() {
cvox.BrailleTable.getAll(function(tables) {
- assertEquals(60, tables.length);
+ assertEquals(59, tables.length);
assertNotNullNorUndefined(
cvox.BrailleTable.forId(tables, 'en-US-g1'),
'Can\'t find US English grade 1 table');
« no previous file with comments | « DEPS ('k') | third_party/liblouis/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698