[svk-commit] r2560 - branches/bm/t/api

nobody at bestpractical.com nobody at bestpractical.com
Thu Oct 25 02:13:10 EDT 2007


Author: clsung
Date: Thu Oct 25 02:13:10 2007
New Revision: 2560

Modified:
   branches/bm/t/api/project_from_path.t

Log:
- fix 

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	Thu Oct 25 02:13:10 2007
@@ -37,4 +37,4 @@
 
 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?');
+is_deeply ($proj3, $proj2, 'The same project?');


More information about the svk-commit mailing list