[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639023#action_12639023
 ] 

dememax edited comment on ZOOKEEPER-182 at 10/13/08 4:15 AM:
------------------------------------------------------------------------

Attachment ZOOKEEPER-182-UnitTests-Init-AddressString.patch contains new tests 
for zookeeper_init() function:
testNullAddressString, testEmptyAddressString, testOneSpaceAddressString, 
testTwoSpacesAddressString


      was (Author: dememax):
    Attachment ZOOKEEPER-182-UnitTests-Init-AddressString.patch contains new 
tests for zookeeper_init() function:
testNullAddressString, estEmptyAddressString, testOneSpaceAddressString, 
testTwoSpacesAddressString

  
> zookeeper_init accepts empty host-port string and returns valid pointer to 
> zhandle_t.
> -------------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-182
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-182
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client
>         Environment: Linux
>            Reporter: Maxim P. Dementiev
>         Attachments: ZOOKEEPER-182-UnitTests-Init-AddressString.patch
>
>
> Please, add this test to src/c/tests/TestZookeeperInit.cc to reproduce this:
>     void testEmptyAddressString()
>     {
>         zh=zookeeper_init("",0,0,0,0,0);
>         CPPUNIT_ASSERT(zh==0);
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to