commit | 1039ec41bb2ef51f7ca39e321c8eb15fe81bad7c | [log] [tgz] |
---|---|---|
author | Stephane Barbarie <sbarbari@ciena.com> | Mon Feb 04 10:43:16 2019 -0500 |
committer | Stephane Barbarie <sbarbari@ciena.com> | Mon Feb 04 10:43:16 2019 -0500 |
tree | 4674823bcb51f09d7e6e4c198c85e2a0979241fc | |
parent | 21d511581d954bad8193499b9c12c929d6c42cf5 [diff] [blame] |
VOL-1446 : Cleanup of db/model unit tests - Fixed issues with model components while running tests - Removed unecessary tests Change-Id: Ica2007b66f681d03a77144cf2e778aa5a586786a
diff --git a/db/model/root.go b/db/model/root.go index 730cd39..0f14c7c 100644 --- a/db/model/root.go +++ b/db/model/root.go
@@ -91,6 +91,7 @@ dirtyNode.DeleteBranch(txid) } delete(r.DirtyNodes, txid) + delete(r.node.Branches, txid) } // FoldTxBranch will merge the contents of a transaction branch with the root object