diff options
| author | Jez Ng | 2012-01-10 01:05:38 +0800 |
|---|---|---|
| committer | Jez Ng | 2012-01-10 01:32:12 +0800 |
| commit | 03728546c28664deaf89b9d2dc8fe5fb630bcd9a (patch) | |
| tree | f8bae4bc65e774217830e54bf7254af3b2912fea /test_harnesses | |
| parent | a73f92604fca5380609f271685266cadf376ccbc (diff) | |
| download | vimium-03728546c28664deaf89b9d2dc8fe5fb630bcd9a.tar.bz2 | |
Fix tests and make them easier to run.
Add instructions to the README about running tests.
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/automated.html | 2 |
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")); }), |
