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

Unified Diff: chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs

Issue 589133002: Make undefined Unicode characters show up in a nicer way in braille. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moretables
Patch Set: Fix typo. 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
Index: chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs b/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs
index b5b7a5889497b2b2a2cf48107884a26f4e23eead..3946e4d07fd310f9946ecb38eba3cc11328a106e 100644
--- a/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis_test.extjs
@@ -43,7 +43,7 @@ TEST_F('CvoxLibLouisTest', 'checkAllTables', function() {
var checkNextTable = function() {
var table = all_tables[i++];
if (table) {
- this.instance.getTranslator(table.fileName, function(translator) {
+ this.instance.getTranslator(table.fileNames, function(translator) {
assertNotEquals(null, translator,
'Table ' + table + ' should be valid');
checkNextTable();
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/liblouis_nacl/liblouis.js ('k') | chrome/test/data/chromeos/liblouis_nacl/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698