diff tests/test-subrepo-svn.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 97ffc68f71d3
children f33a5d1c937e
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t	Wed Sep 22 16:06:02 2010 -0500
+++ b/tests/test-subrepo-svn.t	Wed Sep 22 18:20:47 2010 -0500
@@ -73,7 +73,7 @@
 
   $ hg debugsub
   path s
-   source   file:///.*/svn-repo/src
+   source   file:///*/svn-repo/src (glob)
    revision 2
 
 change file in svn and hg, commit
@@ -82,7 +82,7 @@
   $ echo alpha >> s/alpha
   $ hg commit -m 'Message!'
   committing subrepository s
-  Sending.*s/alpha
+  Sending*s/alpha (glob)
   Transmitting file data .
   Committed revision 3.
   
@@ -92,7 +92,7 @@
   At revision 3.
   $ hg debugsub
   path s
-   source   file:///.*/svn-repo/src
+   source   file:///*/svn-repo/src (glob)
    revision 3
 
   $ echo a > s/a
@@ -127,7 +127,7 @@
   $ hg ci -m 'amend alpha from hg'
   committing subrepository s
   abort: svn: Commit failed (details follow):
-  svn: (Out of date)?.*/src/alpha.*(is out of date)?
+  svn: (Out of date)?.*/src/alpha.*(is out of date)? (re)
   [255]
   $ svn revert -q s/alpha
 
@@ -138,7 +138,7 @@
   $ hg ci -m 'amend alpha from hg'
   committing subrepository s
   abort: svn: Commit failed (details follow):
-  svn: (Out of date)?.*/src/alpha.*(is out of date)?
+  svn: (Out of date)?.*/src/alpha.*(is out of date)? (re)
   [255]
   $ svn revert -q s/alpha
 
@@ -192,7 +192,7 @@
 
   $ hg debugsub
   path s
-   source   file:///.*/svn-repo/src
+   source   file:///*/svn-repo/src (glob)
    revision 3
 
 verify subrepo is contained within the repo directory