[svk-commit] r2701 - trunk/t/bm

nobody at bestpractical.com nobody at bestpractical.com
Mon Feb 25 09:57:44 EST 2008


Author: clsung
Date: Mon Feb 25 09:57:43 2008
New Revision: 2701

Modified:
   trunk/t/bm/create.t

Log:
- svk br --create foobar --from trunk
  - should use trunk/ instead of branches/trunk
  - this is the test

Modified: trunk/t/bm/create.t
==============================================================================
--- trunk/t/bm/create.t	(original)
+++ trunk/t/bm/create.t	Mon Feb 25 09:57:43 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 use strict;
-use Test::More tests => 6;
+use Test::More tests => 7;
 use SVK::Test;
 use File::Path;
 
@@ -62,5 +62,11 @@
      "Merged From: /mirror/MyProject/branches/feature/bar, Rev. 9",
      "Merged From: /mirror/MyProject/trunk, Rev. 6",'']);
 
- warn $output;
-
+is_output ($svk, 'branch',
+    ['--create', 'feature/footrunk', '--from', 'trunk'],
+    ["Merging back to mirror source $uri.",
+     "Merge back committed as revision 10.",
+     "Syncing $uri",
+     'Retrieving log information from 10 to 10',
+     'Committed revision 13 from revision 10.',
+     "Project branch created: feature/footrunk"]);


More information about the svk-commit mailing list