You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/07/22 12:25:30 UTC

[13/50] [abbrv] git commit: updated refs/heads/1684-feature-db-updates to ea07223

fix 140-*.t, reflect mv README README.rst


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e78ce41f
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e78ce41f
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e78ce41f

Branch: refs/heads/1684-feature-db-updates
Commit: e78ce41f7c2a6f684b1cda998d5bb6e4d0385e23
Parents: df23be9
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jun 5 22:04:32 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 5 22:04:39 2013 +0200

----------------------------------------------------------------------
 test/etap/140-attachment-comp.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e78ce41f/test/etap/140-attachment-comp.t
----------------------------------------------------------------------
diff --git a/test/etap/140-attachment-comp.t b/test/etap/140-attachment-comp.t
index 130b09f..6f075ce 100755
--- a/test/etap/140-attachment-comp.t
+++ b/test/etap/140-attachment-comp.t
@@ -723,6 +723,6 @@ test_png_data() ->
 
 test_text_data() ->
     {ok, Data} = file:read_file(
-        test_util:source_file("README")
+        test_util:source_file("README.rst")
     ),
     Data.