summaryrefslogtreecommitdiff
path: root/worker/tests/http.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-13 13:08:35 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-13 13:08:35 +0000
commitab876665a2cf25b1bf557ea7d6cd9ff7e7923db6 (patch)
tree6b6affb2de6d84f3935a5cf5d6b2ce59f846830e /worker/tests/http.rb
parent37b701fc0c7002e2d84f2d61bd9c57085c8b9542 (diff)
Renamed 'get_details()' to 'error()'.
Diffstat (limited to 'worker/tests/http.rb')
-rwxr-xr-xworker/tests/http.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/tests/http.rb b/worker/tests/http.rb
index bfd1820..d1faa4d 100755
--- a/worker/tests/http.rb
+++ b/worker/tests/http.rb
@@ -36,7 +36,7 @@ class HTTPTest
#
# Return "false" on failure.
#
- # If the test fails the details should be retrieved from "get_details".
+ # If the test fails the details should be retrieved from "error()".
#
def run_test
@@ -92,7 +92,7 @@ class HTTPTest
#
# Return the error text for why this test failed.
#
- def get_details
+ def error
return @error
end