Fixed a bug in where condition usage in Update & Delete operations. 98/7298/1
authorMadhu Venugopal <mavenugo@gmail.com>
Wed, 21 May 2014 13:05:43 +0000 (06:05 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Wed, 21 May 2014 13:05:43 +0000 (06:05 -0700)
commit4644cff67f2695042b85b63e440d158cf564daa8
tree589afc2f4f4e540cd4302491121757829707136a
parentca4736be3078110ca5a6a61419e67e0c56ac925f
Fixed a bug in where condition usage in Update & Delete operations.
Also moved Delete operation to a seperate transaction in the Test code to test multiple transactions.

Change-Id: Idd1bb88ccbda75047c83d8e825992f8ee6aad881
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
library/src/main/java/org/opendaylight/ovsdb/lib/operations/Delete.java
library/src/main/java/org/opendaylight/ovsdb/lib/operations/Update.java
library/src/test/java/org/opendaylight/ovsdb/lib/OvsDBClientTestIT.java