sapling/tests
Dan Villiom Podlaski Christiansen 266d07be60 editor: handle property changes to links.
Previously, property changes to links caused 'link ' to be prepended
to the link destination. Removing a line that prepended it in
Revision::set() appears to fix it. In these cases, the "file marked as
link, but contains data" warning might be triggered. This should be
safe, so it's lowered to a note and the language made less conclusive.

In order to test this, extra revisions are added to the
'symlinks.svndump' fixture. As one of the new revisions add a link
that points to 'link to this', a check that asserted that link
destinations must not start with 'link ' was removed. This change is
safe, as the test later on asserts exact equality with the contents of
the 'links' dictionary.
2010-11-09 13:05:16 +01:00
..
comprehensive testrunner: delay and `simplify' importing of tests 2010-05-14 20:26:06 +02:00
fixtures editor: handle property changes to links. 2010-11-09 13:05:16 +01:00
run.py tests: fix test skipping in pure unittest 2010-10-08 13:58:26 -05:00
test_binaryfiles.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_diff.py tests: improve import logic 2010-07-14 15:39:21 +02:00
test_externals.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_fetch_branches.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_fetch_command_regexes.py Reorganize to have a more conventional module structure. 2009-05-13 21:39:39 -05:00
test_fetch_command.py svnwrap: fix handling of quotable URLs (fixes #197, refs #132) 2010-10-04 21:00:36 -05:00
test_fetch_exec.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_fetch_mappings.py maps: map a missing author to '(no author)' 2010-10-09 16:20:52 -05:00
test_fetch_renames.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_fetch_symlinks.py editor: handle property changes to links. 2010-11-09 13:05:16 +01:00
test_fetch_truncated.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_pull.py tests: move _add_svn_rev to test_util for reuse 2010-09-08 09:57:06 +02:00
test_push_command.py maps: map a missing author to '(no author)' 2010-10-09 16:20:52 -05:00
test_push_dirs.py test_push_dirs: use common commit-building infrastructure 2010-10-02 17:44:08 -05:00
test_push_eol.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_push_renames.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_rebuildmeta.py test_rebuildmeta: make an assertion more helpful. 2010-08-06 14:43:40 +02:00
test_single_dir_clone.py tests & help: fix compatibility with Mercurial 1.4 and earlier. 2010-09-29 18:04:26 +02:00
test_startrev.py test_startrev: add a few assertions about clone lengths 2010-08-11 19:57:34 +02:00
test_svnwrap.py svnwrap: remove dead code 2010-08-11 19:57:35 +02:00
test_tags.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00
test_template_keywords.py revset tests: use requiresmodule decorator 2010-10-05 17:30:01 -05:00
test_unaffected_core.py clone: call the wrapped function (fixes #181) 2010-09-29 18:04:26 +02:00
test_urls.py svnwrap: fix handling of quotable URLs (fixes #197, refs #132) 2010-10-04 21:00:36 -05:00
test_util.py test_util: use SkipTest if provided by the unittest module. 2010-10-09 16:20:52 -05:00
test_utility_commands.py tests: import test_util as the first module in all relevant tests 2010-07-14 15:39:18 +02:00