Fossil

History of test/amend.test of 314e9b35663d36c8
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file test/amend.test at check-in 314e9b35663d36c8

2024-04-25
13:36
Fix minor typo in test introduced by previous commit. file: [c1ea044297] check-in: [f0c4705d49] user: andybradford branch: trunk, size: 12495
13:34
Use join instead to avoid prepending garbage at the beginning of the string. file: [ed51b93aed] check-in: [4d556700a7] user: andybradford branch: trunk, size: 12496
2024-04-24
21:19
Fix or disable brittle test cases that were broken by changes in 2.23. file: [2aed6a36b1] check-in: [e198bfd185] user: drh branch: trunk, size: 12543
2023-11-26
18:18
The amend tests may fail on narrow terminals on systems where the terminal size can be determined when tclsh is running (for me, all but Windows). Closing stdin causes fossil not to wrap output. To avoid fossil complaining about file descriptor zero (which is now used on some systems), temproarily open the script readonly. file: [771a1d3070] check-in: [1cb0d57db1] user: preben branch: test-fixes-2.24, size: 13039
2023-11-07
09:57
Test amend-tag-2.2 expects a case insensitive sorted list of tags since [3500dbfd84]. file: [5714ab5b58] check-in: [3a463e8f12] user: preben branch: test-fixes-2.24, size: 12504
2020-06-11
02:06
Updates to the 'amend' tests. file: [461830be92] check-in: [47f19d8eb0] user: mistachkin branch: trunk, size: 12460
2020-05-27
22:14
Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. file: [2019ce651a] check-in: [df5201950e] user: wyoung branch: uuid-to-hash, size: 12601
2017-03-15
06:25
Fixed amend.test to only care about the first 40 chars of uuid values. file: [8396672555] check-in: [3537c75cc3] user: rberteig branch: trunk, size: 12592
2017-03-14
23:30
Changed remaining regexps in test cases that match hashes to allow hashes to range from 40 to 64 hex digits. Added the same_uuid proc to the test harness to regularize comparing uuids. It is true if one is a prefix of the other. There are still regressions in the test suite, especially in amend.test, but this is progress. file: [8b4d19eee8] check-in: [0541af5f8c] user: rberteig branch: trunk, size: 12580
2016-09-27
07:14
Fix regression to test case amend-close-1.3 caused by checkin [f4b5881b] which changed the commit message stored when marking a branch closed. The test case has been changed so that it passes. file: [b298d36e7b] check-in: [06fdea5998] user: rberteig branch: trunk, size: 12638
2016-08-23
09:49
eliminate some end-of-line spaces file: [f89134d8bb] check-in: [22ed008469] user: jan.nijtmans branch: mistake, size: 12640
2016-03-03
18:49
Centralize early-return handling from the tests, always calling the test cleanup (which is harmless if not needed). file: [90daf2da82] check-in: [b01a51f43a] user: mistachkin branch: testerCleanup, size: 12641
06:46
When possible, don't call test_setup until after any checks that may cause a test script to exit early. Otherwise, test_cleanup should be called before returning. file: [be55c243c0] check-in: [314e9b3566] user: joel branch: testerCleanup, size: 12635
2016-03-02
20:43
Rename the test suite procedure 'repo_init' to 'test_setup'. file: [eaf29fa836] check-in: [413921cca0] user: mistachkin branch: testerCleanup, size: 12605
06:45
More work... file: [513948c6b1] check-in: [29f0328cd9] user: mistachkin branch: testerCleanup, size: 12604
2016-01-27
02:14
Marked invocations of fossil that are expected to return a non-zero status with the -expectError flag in the amend, clean, and merge5 test files. This makes tester.tcl -quiet be truely quiet for those files when all tests are passing. Deliberately did not mark the invocation in merge6.test which foreshadows the failure of the merge_multi-4 test, as it is not clear to me whether the bug is in the test case or in fossil. file: [1fb06b97f9] check-in: [62f59956f5] user: rberteig branch: rberteig-json-test, size: 12509
01:23
Added copyright and license comment blocks to two existing test case files that were missing them, with years based on looking for when the tests were first added to the repository. file: [10b038c520] check-in: [08a3587814] user: rberteig branch: trunk, size: 12457
2016-01-14
15:35
Use the editor setting in amend test for interactive edits because it has precedence over both VISUAL and EDITOR. file: [7167dcf6bd] check-in: [cc265caba7] user: andybradford branch: trunk, size: 11884
2015-08-06
04:52
Add additional tests and helper procedures and isolate some tests more. file: [c380f431db] check-in: [892e523f7c] user: andybradford branch: check-in-edit, size: 11897
2015-08-05
06:42
Add test for NULL UUID argument handling. file: [9dbb938d14] check-in: [5c9a0fa7cf] user: andybradford branch: check-in-edit, size: 9759
2015-08-02
04:17
Additional tests for the rest of the arguments. file: [ddba2f6fcb] check-in: [ac3ccc4e72] user: andybradford branch: check-in-edit, size: 9532
2015-08-01
06:46
Add some tests for -close and -hide. file: [7a35517172] check-in: [b1dd95c7d9] user: andybradford branch: check-in-edit, size: 6029
01:47
Add test for newly added code that checks the datetime format is correct. file: [6fe77d49a7] check-in: [3740d83f39] user: andybradford branch: check-in-edit, size: 4342
2015-07-31
07:33
Add test for -date option. file: [25a745c17c] check-in: [f2748b4535] user: andybradford branch: check-in-edit, size: 3965
2015-07-30
06:53
Add comment header to test file. file: [4c02463cb5] check-in: [161f4348ca] user: andybradford branch: check-in-edit, size: 3363
06:49
Added: Begin adding tests for new amend command. file: [551df7f22f] check-in: [ae7b579d82] user: andybradford branch: check-in-edit, size: 3325