[svk-commit] r2553 - branches/bm/t/api
nobody at bestpractical.com
nobody at bestpractical.com
Fri Oct 19 12:52:21 EDT 2007
Author: clsung
Date: Fri Oct 19 12:52:19 2007
New Revision: 2553
Modified:
branches/bm/t/api/project_from_path.t
Log:
- this should also pass
Modified: branches/bm/t/api/project_from_path.t
==============================================================================
--- branches/bm/t/api/project_from_path.t (original)
+++ branches/bm/t/api/project_from_path.t Fri Oct 19 12:52:19 2007
@@ -2,7 +2,7 @@
use strict;
use SVK::Test;
use Data::Dumper; # diag
-plan tests => 3;
+plan tests => 5;
our $output;
use_ok('SVK::Project');
@@ -35,5 +35,6 @@
is_deeply ($proj, $proj2, 'The same project?');
-# TODO
-# When the path is checkout-ed path
+my $proj3 = SVK::Project->create_from_path($xd->find_depot(''), '/mirror/MyProject/trunk/B/S/Q');
+isa_ok($proj3, 'SVK::Project');
+is_deeply ($proj, $proj3, 'The same project?');
More information about the svk-commit
mailing list