aboutsummaryrefslogtreecommitdiffstats
path: root/test_harnesses/automated.html
diff options
context:
space:
mode:
Diffstat (limited to 'test_harnesses/automated.html')
-rw-r--r--test_harnesses/automated.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_harnesses/automated.html b/test_harnesses/automated.html
index 9f1b8007..e7d84413 100644
--- a/test_harnesses/automated.html
+++ b/test_harnesses/automated.html
@@ -117,7 +117,7 @@
}),
should("label the hints correctly", function() {
- var hintStrings = ["ss", "sa", "sd"];
+ var hintStrings = ["ss", "as", "ds"];
for (var i = 0; i < 3; i++)
assert.equal(hintStrings[i], linkHints.hintMarkers[i].getAttribute("hintString"));
}),