| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Subversion
Revision: 32962
Author: kfogel
Date: 07 Sep 2008 21:54:55
Changes:* subversion/tests/cmdline/prop_tests.py
(test_list): XFail same_replacement_props, as should have done in r32954.
| ... | ...@@ -1716,7 +1716,7 @@ | |
| 1716 | 1716 | # XFail the same reason revprop_change() is. |
| 1717 | 1717 | SkipUnless(XFail(invalid_propvalues, svntest.main.is_ra_type_dav), |
| 1718 | 1718 | svntest.main.server_enforces_date_syntax), |
| 1719 | same_replacement_props, | |
| 1719 | XFail(same_replacement_props), | |
| 1720 | 1720 | ] |
| 1721 | 1721 | |
| 1722 | 1722 | if __name__ == '__main__': |