diff tests/test-convert-svn-source.t @ 12377:a5b77eb0409b

tests: various fixes for new unified test pattern format
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Sep 2010 18:20:47 -0500
parents f98010f57a5e
children 3178aca36b0f
line wrap: on
line diff
--- a/tests/test-convert-svn-source.t	Wed Sep 22 16:06:02 2010 -0500
+++ b/tests/test-convert-svn-source.t	Wed Sep 22 18:20:47 2010 -0500
@@ -12,7 +12,6 @@
   > EOF
 
   $ svnadmin create svn-repo
-  $ svnadmin setuuid svn-repo 00000000-0000-0000-0000-000000000000
   $ svnpath=`pwd | fixpath`
 
 
@@ -175,5 +174,5 @@
   $ cd stoprev
   $ hg tip --debug | grep extra
   extra:       branch=default
-  extra:       convert_revision=svn:00000000-0000-0000-0000-000000000000/proj B/trunk@1
+  extra:       convert_revision=svn:........-....-....-....-............/proj B/trunk@1 (re)
   $ cd ..