Fossil SCM
Update the expected results of the tests to account for trunk changes.
Commit
b51139853667ff1fc56eb66d401e2e68faecde97
Parent
12453740c708915…
1 file changed
+2
-2
+2
-2
| --- test/mv-rm.test | ||
| +++ test/mv-rm.test | ||
| @@ -403,11 +403,11 @@ | ||
| 403 | 403 | test mv-file-new-directory-2 {[file size d2/f13] == 3} |
| 404 | 404 | test mv-file-new-directory-3 {[read_file d2/f13] eq "f12"} |
| 405 | 405 | |
| 406 | 406 | fossil revert |
| 407 | 407 | test mv-file-new-directory-4 { |
| 408 | - [normalize_result] eq "DELETE: d2/f13\nREVERTED: f12${undoMsg}" | |
| 408 | + [normalize_result] eq "DELETE d2/f13\nREVERT f12${undoMsg}" | |
| 409 | 409 | } |
| 410 | 410 | |
| 411 | 411 | test mv-file-new-directory-5 {[file size f12] == 3} |
| 412 | 412 | test mv-file-new-directory-6 {[read_file f12] eq "f12"} |
| 413 | 413 | |
| @@ -427,14 +427,14 @@ | ||
| 427 | 427 | test mv-file-new-directory-10 {[file size subdirD/f11] == 3} |
| 428 | 428 | test mv-file-new-directory-11 {[read_file subdirD/f11] eq "f11"} |
| 429 | 429 | |
| 430 | 430 | fossil revert |
| 431 | 431 | test mv-file-new-directory-12 { |
| 432 | - [normalize_result] eq "REVERTED: subdirC/f10\nREVERTED: subdirC/f11${undoMsg}" | |
| 432 | + [normalize_result] eq "REVERT subdirC/f10\nREVERT subdirC/f11${undoMsg}" | |
| 433 | 433 | } |
| 434 | 434 | |
| 435 | 435 | test mv-file-new-directory-13 {[file size subdirC/f10] == 3} |
| 436 | 436 | test mv-file-new-directory-14 {[read_file subdirC/f10] eq "f10"} |
| 437 | 437 | test mv-file-new-directory-15 {[file size subdirC/f11] == 3} |
| 438 | 438 | test mv-file-new-directory-16 {[read_file subdirC/f11] eq "f11"} |
| 439 | 439 | |
| 440 | 440 | cd $rootDir |
| 441 | 441 |
| --- test/mv-rm.test | |
| +++ test/mv-rm.test | |
| @@ -403,11 +403,11 @@ | |
| 403 | test mv-file-new-directory-2 {[file size d2/f13] == 3} |
| 404 | test mv-file-new-directory-3 {[read_file d2/f13] eq "f12"} |
| 405 | |
| 406 | fossil revert |
| 407 | test mv-file-new-directory-4 { |
| 408 | [normalize_result] eq "DELETE: d2/f13\nREVERTED: f12${undoMsg}" |
| 409 | } |
| 410 | |
| 411 | test mv-file-new-directory-5 {[file size f12] == 3} |
| 412 | test mv-file-new-directory-6 {[read_file f12] eq "f12"} |
| 413 | |
| @@ -427,14 +427,14 @@ | |
| 427 | test mv-file-new-directory-10 {[file size subdirD/f11] == 3} |
| 428 | test mv-file-new-directory-11 {[read_file subdirD/f11] eq "f11"} |
| 429 | |
| 430 | fossil revert |
| 431 | test mv-file-new-directory-12 { |
| 432 | [normalize_result] eq "REVERTED: subdirC/f10\nREVERTED: subdirC/f11${undoMsg}" |
| 433 | } |
| 434 | |
| 435 | test mv-file-new-directory-13 {[file size subdirC/f10] == 3} |
| 436 | test mv-file-new-directory-14 {[read_file subdirC/f10] eq "f10"} |
| 437 | test mv-file-new-directory-15 {[file size subdirC/f11] == 3} |
| 438 | test mv-file-new-directory-16 {[read_file subdirC/f11] eq "f11"} |
| 439 | |
| 440 | cd $rootDir |
| 441 |
| --- test/mv-rm.test | |
| +++ test/mv-rm.test | |
| @@ -403,11 +403,11 @@ | |
| 403 | test mv-file-new-directory-2 {[file size d2/f13] == 3} |
| 404 | test mv-file-new-directory-3 {[read_file d2/f13] eq "f12"} |
| 405 | |
| 406 | fossil revert |
| 407 | test mv-file-new-directory-4 { |
| 408 | [normalize_result] eq "DELETE d2/f13\nREVERT f12${undoMsg}" |
| 409 | } |
| 410 | |
| 411 | test mv-file-new-directory-5 {[file size f12] == 3} |
| 412 | test mv-file-new-directory-6 {[read_file f12] eq "f12"} |
| 413 | |
| @@ -427,14 +427,14 @@ | |
| 427 | test mv-file-new-directory-10 {[file size subdirD/f11] == 3} |
| 428 | test mv-file-new-directory-11 {[read_file subdirD/f11] eq "f11"} |
| 429 | |
| 430 | fossil revert |
| 431 | test mv-file-new-directory-12 { |
| 432 | [normalize_result] eq "REVERT subdirC/f10\nREVERT subdirC/f11${undoMsg}" |
| 433 | } |
| 434 | |
| 435 | test mv-file-new-directory-13 {[file size subdirC/f10] == 3} |
| 436 | test mv-file-new-directory-14 {[read_file subdirC/f10] eq "f10"} |
| 437 | test mv-file-new-directory-15 {[file size subdirC/f11] == 3} |
| 438 | test mv-file-new-directory-16 {[read_file subdirC/f11] eq "f11"} |
| 439 | |
| 440 | cd $rootDir |
| 441 |