julianf...@apache.org wrote on Mon, 25 Jan 2010 at 17:29 -0000: > Fix the expected output of an XFail test added in r902841, so that when the > bug is fixed the test will have at least a chance of passing. > > + rav_svn(None, "Adding.*New|Adding.*first||Committed revision 4.", [],
You don't want two consecutive "|"'s there, I think :-) (Also, should this have leading/trailing ".*"?) > + 'ci', '-m', > 'Revert svn merge. svn mv %s %s.' % (first_path, second_path), > a_dir)