diff options
author | Jan Lehnardt <jan@apache.org> | 2010-02-18 20:32:29 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-02-18 20:32:29 +0000 |
commit | 7372432df4987de2a8eb5b202998a2963499025d (patch) | |
tree | 1e21c957831463f7e63c096ebad45be295975de3 /test/etap | |
parent | 0f3bc594c57d048d329708a6c91edf5bb5be3719 (diff) |
capitalization
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@911559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap')
-rwxr-xr-x | test/etap/110-replication-httpc.t | 2 | ||||
-rwxr-xr-x | test/etap/111-replication-changes-feed.t | 2 | ||||
-rwxr-xr-x | test/etap/112-replication-missing-revs.t | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/etap/110-replication-httpc.t b/test/etap/110-replication-httpc.t index 492732bc..6f7a4508 100755 --- a/test/etap/110-replication-httpc.t +++ b/test/etap/110-replication-httpc.t @@ -19,7 +19,7 @@ auth = [], resource = "", headers = [ - {"User-Agent", "CouchDb/"++couch_server:get_version()}, + {"User-Agent", "CouchDB/"++couch_server:get_version()}, {"Accept", "application/json"}, {"Accept-Encoding", "gzip"} ], diff --git a/test/etap/111-replication-changes-feed.t b/test/etap/111-replication-changes-feed.t index b03c1ac7..ccd64047 100755 --- a/test/etap/111-replication-changes-feed.t +++ b/test/etap/111-replication-changes-feed.t @@ -22,7 +22,7 @@ auth = [], resource = "", headers = [ - {"User-Agent", "CouchDb/"++couch_server:get_version()}, + {"User-Agent", "CouchDB/"++couch_server:get_version()}, {"Accept", "application/json"}, {"Accept-Encoding", "gzip"} ], diff --git a/test/etap/112-replication-missing-revs.t b/test/etap/112-replication-missing-revs.t index 8aabfd37..750334b9 100755 --- a/test/etap/112-replication-missing-revs.t +++ b/test/etap/112-replication-missing-revs.t @@ -23,7 +23,7 @@ auth = [], resource = "", headers = [ - {"User-Agent", "CouchDb/"++couch_server:get_version()}, + {"User-Agent", "CouchDB/"++couch_server:get_version()}, {"Accept", "application/json"}, {"Accept-Encoding", "gzip"} ], |