You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/13 20:45:11 UTC

[12/43] jiffy commit: updated refs/heads/upstream to 446e284

Be specific enough that =:= returns true

Refactoring the test suite I found that the old etap was only as strict
as the `==` operator where as EUnit uses the `=:=` operator.


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

Branch: refs/heads/upstream
Commit: 25a301045f3094316a9569ea7355aaa5a428d4d8
Parents: b96de95
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Jun 16 20:55:19 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Mon Jun 16 20:55:19 2014 -0500

----------------------------------------------------------------------
 test/cases/doubles.eterm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/25a30104/test/cases/doubles.eterm
----------------------------------------------------------------------
diff --git a/test/cases/doubles.eterm b/test/cases/doubles.eterm
index 76a7f07..0135a43 100644
--- a/test/cases/doubles.eterm
+++ b/test/cases/doubles.eterm
@@ -1 +1 @@
-[10, 10, 3.141569, 1000].
+[10.0, 10.0, 3.141569, 1.0e3].