Commit a8f8ecf
authored
Fix LT-21976: Merge Create dates when merging entries (#334)
* Store the date at the start of the import and use it in entry
creation. We need to have a consistent date recorded to determine
if we read a date from the xml data or not.
* Add a function to return the newest date that was actually read
from the xml data.
* Fix missing disposes in tests1 parent 7120fad commit a8f8ecf
File tree
2 files changed
+345
-288
lines changed- src/SIL.LCModel/Application/ApplicationServices
- tests/SIL.LCModel.Tests/Application/ApplicationServices
2 files changed
+345
-288
lines changedLines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
| 474 | + | |
473 | 475 | | |
474 | 476 | | |
475 | 477 | | |
| |||
479 | 481 | | |
480 | 482 | | |
481 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
482 | 501 | | |
483 | 502 | | |
484 | 503 | | |
| |||
1089 | 1108 | | |
1090 | 1109 | | |
1091 | 1110 | | |
| 1111 | + | |
1092 | 1112 | | |
1093 | 1113 | | |
1094 | 1114 | | |
| |||
0 commit comments