diff tests/test-trusted.py.out @ 41352:73ccba60aaa1

py3: almost fix test-trusted.py The test now only fails due to output format changes on the repr of mercurial.error.ParseError. I'm not really sure how to approach that for now. Differential Revision: https://phab.mercurial-scm.org/D5685
author Augie Fackler <augie@google.com>
date Thu, 24 Jan 2019 15:04:30 -0500
parents 75e4bae56068
children dbaf9aabfb69
line wrap: on
line diff
--- a/tests/test-trusted.py.out	Fri Jan 25 18:55:23 2019 +0900
+++ b/tests/test-trusted.py.out	Thu Jan 24 15:04:30 2019 -0500
@@ -174,9 +174,9 @@
 # parse error
 # different user, different group
 not trusting file .hg/hgrc from untrusted user abc, group def
-('foo', '.hg/hgrc:1')
+ParseError('foo', '.hg/hgrc:1')
 # same user, same group
-('foo', '.hg/hgrc:1')
+ParseError('foo', '.hg/hgrc:1')
 
 # access typed information
 # different user, different group