diff tests/test-trusted.py @ 11291:543597fae51d

error: update test-trusted.py
author Matt Mackall <mpm@selenic.com>
date Fri, 04 Jun 2010 23:00:22 -0500
parents 3fa92c618624
children 95b0d4c1c9e1
line wrap: on
line diff
--- a/tests/test-trusted.py	Fri Jun 04 22:54:43 2010 -0500
+++ b/tests/test-trusted.py	Fri Jun 04 23:00:22 2010 -0500
@@ -180,10 +180,10 @@
 
 try:
     testui(user='abc', group='def', silent=True)
-except error.ConfigError, inst:
+except error.ParseError, inst:
     print inst
 
 try:
     testui(debug=True, silent=True)
-except error.ConfigError, inst:
+except error.ParseError, inst:
     print inst