diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2009-08-10 00:54:44 +0000 |
---|---|---|
committer | Adam Kocoloski <kocolosk@apache.org> | 2009-08-10 00:54:44 +0000 |
commit | fe8eeedeb4e57777dc7cf3924c5628b3b5251e82 (patch) | |
tree | 1aecbde0752de1335b6ace64c586df95216ae2c9 /test/etap | |
parent | 954605c0c9d59c6b953cc9ee4a0f423e8b9785cc (diff) |
remove leftover line from test
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@802636 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap')
-rw-r--r-- | test/etap/110-replication-httpc.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/etap/110-replication-httpc.t b/test/etap/110-replication-httpc.t index 80640a1b..96904b64 100644 --- a/test/etap/110-replication-httpc.t +++ b/test/etap/110-replication-httpc.t @@ -92,7 +92,6 @@ test_binary_url() -> {<<"couchdb">>, <<"Welcome">>}, {<<"version">>, list_to_binary(couch_server:get_version())} ]}, - Fun = fun(Expect) -> true; (_) -> false end, etap:is( couch_rep_httpc:request(Req), Expect, |