sapling/tests
Dan Villiom Podlaski Christiansen 341229e195 svnmeta: abort when no UUID given and none is stored on disk.
Previously, not passing a UUID when instantiating an SVNMeta instance
would cause it to succeed even if no UUID was previously known. First
when the UUID was actually read would an exception be raised.

This slight refactoring of _set_uuid() makes it so an exception is
raised immediately. While at it, the exception message is changed to
be slightly more accurate and helpful.
2010-11-11 21:32:22 +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 tests: make assertMultiLineEqual call super, if possible. 2010-11-11 21:30:31 +01:00
test_utility_commands.py svnmeta: abort when no UUID given and none is stored on disk. 2010-11-11 21:32:22 +01:00