Differences From Artifact [ddba2f6fcb]:
- File test/amend.test — part of check-in [ac3ccc4e72] at 2015-08-02 04:17:18 on branch check-in-edit — Additional tests for the rest of the arguments. (user: andybradford size: 9532)
To Artifact [9dbb938d14]:
- File test/amend.test — part of check-in [5c9a0fa7cf] at 2015-08-05 06:42:12 on branch check-in-edit — Add test for NULL UUID argument handling. (user: andybradford size: 9759)
| ︙ | |||
301 302 303 304 305 306 307 | 301 302 303 304 305 306 307 308 309 310 311 312 313 | + + + + + + |
} else {
set env(EDITOR) "ed -s"
set comment "interactive edited comment"
fossil_maybe_answer "a\n$comment\n.\nw\nq\n" amend $UUID --edit-comment
unset env(EDITOR)
test-comment 5 $UUID $comment
}
########################################
# Test: NULL UUID #
########################################
fossil amend {} -close
test amend-null-uuid {$CODE && [string first "no such check-in" $RESULT] != -1}
|