You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by kocolosk <gi...@git.apache.org> on 2015/06/30 04:51:35 UTC

[GitHub] couchdb-couch pull request: Add a convenience macro for "equal to"...

GitHub user kocolosk opened a pull request:

    https://github.com/apache/couchdb-couch/pull/63

    Add a convenience macro for "equal to" test

    This macro preserves the expressiveness of ?assertEqual but uses == instead of =:=. Useful for situations where the test involves numbers that may be converted between types (e.g. 1 == 1.0).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/couchdb-couch 1805-reduce-collation

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/63.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #63
    
----
commit 306d2e2df54fa9406adf1022c4d250040b90e42a
Author: Adam Kocoloski <ad...@cloudant.com>
Date:   2015-06-29T20:24:32Z

    Add a convenience macro for "equal to" test
    
    This macro preserves the expressiveness of ?assertEqual but uses ==
    instead of =:=. Useful for situations where the test involves numbers
    that may be converted between types (e.g. 1 == 1.0).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-couch pull request: Add a convenience macro for "equal to"...

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-couch/pull/63#issuecomment-117159755
  
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-couch pull request: Add a convenience macro for "equal to"...

Posted by rnewson <gi...@git.apache.org>.
Github user rnewson commented on the pull request:

    https://github.com/apache/couchdb-couch/pull/63#issuecomment-117052428
  
    neat. +1.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-couch pull request: Add a convenience macro for "equal to"...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb-couch/pull/63


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---