RE: svn commit: r39716 - trunk/subversion/tests/cmdline/svntest
Bert Huijben <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.devel,gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <008501ca4379$813ca6e0$83b5f4a0$__7594.74088340557$1254499364$gmane$org@nl> |
> -----Original Message----- > From: Julian Foad [mailto:[email protected]] > Sent: woensdag 30 september 2009 19:58 > To: svn-lmwclWVctOZK/[email protected] > Subject: svn commit: r39716 - trunk/subversion/tests/cmdline/svntest > > Author: julianfoad > Date: Wed Sep 30 10:57:51 2009 > New Revision: 39716 > > Log: > Make the test suite better about choosing between RA-Neon and RA-Serf. > Update the RA type detection functions to reflect that the default is > "serf", > so that they work when "--http-library" is not specified. Give the test > suite's "--http-library" option its own default value ("serf") so that > it no > longer depends on svn's compiled-in default value. > > * subversion/tests/cmdline/svntest/main.py > (http_library): Rename this variable to preferred_http_library > throughout. > Clarify its doc string. > (is_not_serf): Remove this unused function. > (is_ra_type_dav_neon, is_ra_type_dav_serf): No longer assume the > default is > "neon". Add doc strings. > (is_ra_type_svn, is_ra_type_file): Add doc strings. > (usage): Mention the default value of --http-library in the help > message. For some reason it seems this change fails two tests on the neon/serf buildbots. Neon: XPASS: merge_tests.py 132: replace vs. edit tree-conflicts And Serf: FAIL: merge_authz_tests.py 1: skipped paths get overriding mergeinfo The first has an: XFail(merge_replace_causes_tree_conflict, svntest.main.is_ra_type_dav_serf), marking and the second a SkipUnless(Skip(mergeinfo_and_skipped_paths, svntest.main.is_ra_type_file), svntest.main.server_has_mergeinfo), Bert ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=2402978