Changeset 1366 for branches/0.9-stable
- Timestamp:
- Jun 10, 2011, 4:13:25 AM (12 years ago)
- Location:
- branches/0.9-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/lib/Configuration.cc
r1344 r1366 334 334 } 335 335 } 336 else if (section == "svn _props") {336 else if (section == "svn-props") { 337 337 svn_props_.push_back(std::make_pair(lhs, empty_str_map_)); 338 338 std::vector<std::string> vec; -
branches/0.9-stable/test/Makefile.am
r1365 r1366 56 56 57 57 # tests not yet passing are listed here 58 XFAIL_TESTS = config_props_test.sh58 XFAIL_TESTS = 59 59 60 60 noinst_HEADERS = Suite.h -
branches/0.9-stable/test/config.cc
r1237 r1366 74 74 Configuration& conf(Configuration::instance()); 75 75 std::stringstream ss; 76 ss << "[svn _props]\n"76 ss << "[svn-props]\n" 77 77 << "foo* = svndigest:ignore\n" 78 78 << "bar* = svn:eol-style=native;svncopyright:ignore\n";
Note: See TracChangeset
for help on using the changeset viewer.