diff options
xml-rpc: Stupid mistake: they're items 6 and 7, not 7 and 8
-rw-r--r-- | tests/run.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm index 5625fd6..a24ce68 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -271,8 +271,8 @@ ;; others don't. This causes the returned vector to differ ;; on day of week and day of year, because that info is ;; not in the parsed string. + (vector-set! v 6 'FUBAR) (vector-set! v 7 'FUBAR) - (vector-set! v 8 'FUBAR) v))) (test-group "response handling" @@ -506,4 +506,4 @@ (test-end) -(unless (zero? (test-failure-count)) (exit 1))
\ No newline at end of file +(unless (zero? (test-failure-count)) (exit 1)) |