[PATCH STABLE] Tests: fix test on windows by appending glob to lines returning "\" in the path
Simon Heimberg
simohe at besonet.ch
Wed Feb 13 11:43:14 UTC 2013
# HG changeset patch
# User Simon Heimberg <simohe at besonet.ch>
# Date 1360755357 -3600
# Node ID a9b334ae174bff56afe1c9fb060cf940d04295e7
# Parent 013fcd112f13f31a35ea6a40d8cd1c6923cdaf20
Tests: fix test on windows by appending glob to lines returning "\" in the
path
This lines were introduced in cd403d6d96ef and made the test fail on
windows.
diff -r 013fcd112f13 -r a9b334ae174b tests/test-obsolete.t
--- a/tests/test-obsolete.t Sat Feb 09 11:00:42 2013 +0100
+++ b/tests/test-obsolete.t Wed Feb 13 12:35:57 2013 +0100
@@ -816,7 +816,7 @@
summary: A
$ hg incoming
- comparing with $TESTTMP/tmpe/repo-issue3805
+ comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
searching for changes
changeset: 2:3816541e5485
tag: tip
@@ -826,7 +826,7 @@
summary: A
$ hg incoming --bundle ../issue3805.hg
- comparing with $TESTTMP/tmpe/repo-issue3805
+ comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
searching for changes
changeset: 2:3816541e5485
tag: tip
@@ -836,7 +836,7 @@
summary: A
$ hg outgoing
- comparing with $TESTTMP/tmpe/repo-issue3805
+ comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
searching for changes
no changes found
[1]
More information about the Mercurial-devel
mailing list