edward6018 / libnetconf

Automatically exported from code.google.com/p/libnetconf
Other
0 stars 0 forks source link

Weird behaviour changing lists #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the client with a empty running datastore and the attached module
2. Send the first message of the "test" attachment (creating 3 lists and 1 
leaf).
3. Send the second message of the "test" attachment (replacing the previous 
values).

What is the expected output? What do you see instead?
For the first message, I expected callbacks for adding the four nodes (lists 
and leaf). For the second message, I expected callbacks for changing the leaf, 
deleting the old lists and adding the new lists. But I obtained a weird 
behaviour for the second message (described in test attachment).

What version of the product are you using? On what operating system?
I am using the branch master commit 3f33930cd3a8 (Thu Sep 5 13:50:40 2013 
+0200) on a Gentoo Linux.

Original issue reported on code.google.com by paulo.zu...@asga.com.br on 6 Sep 2013 at 8:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by rkre...@cesnet.cz on 10 Sep 2013 at 6:56

GoogleCodeExporter commented 9 years ago
This issue was fixed and the library source code can be found in the 
transapi_change branch of libnetconf. Any other changes will be again commited 
to this branch, so please use it for testing and report bugs occuring only in 
this branch. Thank you.

Original comment by mv6...@gmail.com on 10 Sep 2013 at 1:55