summaryrefslogtreecommitdiffstats
path: root/infra/it/it-test/src/test/resources/messages/commit.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-06-11WriteTransaction: make sure TransactionCommitFailedException is thrownMarek Gradzki1-0/+19
DataTreeModification.ready() used by DataModification.validate() might throw IllegalArgumentException in case of missing mandatory nodes. Use broader Exception type in WriteTransaction.submit() to make sure contract defined by AsyncWriteTransaction is preserved. Change-Id: I95cb3e1e8c6db36df90d2c78e7d63c854189e2fd Signed-off-by: Marek Gradzki <mgradzki@cisco.com>