()
| 107 | } |
| 108 | |
| 109 | @Test |
| 110 | public void copyChangesNone() throws Exception { |
| 111 | final Tree tree = buildTestTree(); |
| 112 | final Tree tree2 = buildTestTree(); |
| 113 | assertFalse(tree.copyChanges(tree2, false)); |
| 114 | } |
| 115 | |
| 116 | @Test |
| 117 | public void copyChangesOverride() throws Exception { |
nothing calls this directly
no test coverage detected