comparison tests/test-devel-warnings.t @ 33254:9359cd9345a9

test: glob a line number in test-devel-warnings.t This make is simpler to edit the extensions file without side effect.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 02 Jul 2017 01:38:08 +0200
parents 8dff2a0d3d12
children 9bb4decd43b0
comparison
equal deleted inserted replaced
33253:8dff2a0d3d12 33254:9359cd9345a9
185 mercurial.error.ProgrammingError: something went wrong 185 mercurial.error.ProgrammingError: something went wrong
186 186
187 Old style deprecation warning 187 Old style deprecation warning
188 188
189 $ hg nouiwarning 189 $ hg nouiwarning
190 $TESTTMP/buggylocking.py:61: DeprecationWarning: this is a test 190 $TESTTMP/buggylocking.py:*: DeprecationWarning: this is a test (glob)
191 (compatibility will be dropped after Mercurial-13.37, update your code.) 191 (compatibility will be dropped after Mercurial-13.37, update your code.)
192 util.nouideprecwarn('this is a test', '13.37') 192 util.nouideprecwarn('this is a test', '13.37')
193 193
194 (disabled outside of test run) 194 (disabled outside of test run)
195 195