You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2015/06/02 21:35:45 UTC

[14/50] couch commit: updated refs/heads/2080-port-cors-to-chttpd to 529339b

Use ?assertNot instead of ?_assertNot

COUCHDB-2547


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

Branch: refs/heads/2080-port-cors-to-chttpd
Commit: 7d7e039ea41187c19ee12f8e7bda02c7bf82e7b9
Parents: c448b14
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Thu Feb 19 10:05:59 2015 -0800
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Thu Feb 19 10:05:59 2015 -0800

----------------------------------------------------------------------
 test/couch_stream_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7d7e039e/test/couch_stream_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_stream_tests.erl b/test/couch_stream_tests.erl
index e842c86..3d7bf09 100644
--- a/test/couch_stream_tests.erl
+++ b/test/couch_stream_tests.erl
@@ -110,7 +110,7 @@ should_stop_on_normal_exit_of_stream_opener({Fd, _}) ->
         {pid, StreamPid0} -> StreamPid0
     end,
     % Confirm the validity of the test by verifying the stream opener has died
-    ?_assertNot(is_process_alive(OpenerPid)),
+    ?assertNot(is_process_alive(OpenerPid)),
     % Verify the stream itself has also died
     ?_assertNot(is_process_alive(StreamPid)).