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

nobody at bestpractical.com nobody at bestpractical.com
Sat Apr 12 22:23:23 EDT 2008


Author: clsung
Date: Sat Apr 12 22:23:23 2008
New Revision: 2727

Modified:
   trunk/t/bm/local.t

Log:
- test 
  - --list --local

Modified: trunk/t/bm/local.t
==============================================================================
--- trunk/t/bm/local.t	(original)
+++ trunk/t/bm/local.t	Sat Apr 12 22:23:23 2008
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 use SVK::Test;
-plan tests => 6;
+plan tests => 7;
 our $output;
 
 my ($xd, $svk) = build_test('test');
@@ -65,3 +65,6 @@
      "Syncing $uri",
      "Retrieving log information from 7 to 7",
      "Committed revision 11 from revision 7."]);
+
+is_output ($svk, 'branch', ['--list', '--local'],
+    ["feature/foobar","localfoo"]);


More information about the svk-commit mailing list