[svk-commit] r2956 - trunk/t
nobody at bestpractical.com
nobody at bestpractical.com
Thu Jul 3 13:24:32 EDT 2008
Author: ruz
Date: Thu Jul 3 13:24:31 2008
New Revision: 2956
Modified:
trunk/t/29update-props.t
Log:
* update t/29update-props.t
Modified: trunk/t/29update-props.t
==============================================================================
--- trunk/t/29update-props.t (original)
+++ trunk/t/29update-props.t Thu Jul 3 13:24:31 2008
@@ -84,23 +84,21 @@
" C t/checkout/smerge/me",
] );
}
- TODO: {
- local $TODO = "we don't have interactive prop resolver";
- # don't remember exact markup for conflicts but should be something like:
+
+ # XXX: this looks wierd a littl without line endings
is_output($svk, 'di', [$copath], [
"",
"Property changes on: $copath/me",
"___________________________________________________________________",
"Name: prop",
- " +<<< NEW",
- " +another-value",
- " +=== BASE",
- " +=== OLD",
- " +value",
- " +>>>",
+ " -value",
+ qr" \+>>>> YOUR VERSION Property prop of me \(/trunk\) \d+",
+ qr" \+another-value==== ORIGINAL VERSION Property prop of me \d+",
+ qr" \+==== THEIR VERSION Property prop of me \(/trunk\) \d+",
+ qr" \+value<<<< \d+",
+ " +",
"",
] );
- }
}
# flush to required state: revert, update to revision before propset on //trunk
More information about the svk-commit
mailing list