Skip to content

Commit 8e840f0

Browse files
Fix deprecated method functional test
1 parent 709dd64 commit 8e840f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
deprecated-method:15:MyTest.test:Using deprecated method assert_()
1+
deprecated-method:15::MyTest.test:Using deprecated method assert_()
22
deprecated-method:17::Using deprecated method getchildren()
33
deprecated-method:18::Using deprecated method getiterator()
44
deprecated-method:19::Using deprecated method doctype()
@@ -9,8 +9,8 @@ deprecated-method:25::Using deprecated method popen()
99
deprecated-method:26::Using deprecated method encodestring()
1010
deprecated-method:27::Using deprecated method decodestring()
1111
deprecated-method:28::Using deprecated method escape()
12-
deprecated-method:43:Tests.test_foo:Using deprecated method assertEquals()
13-
deprecated-method:44:Tests.test_foo:Using deprecated method assertNotEquals()
14-
deprecated-method:45:Tests.test_foo:Using deprecated method assertAlmostEquals()
15-
deprecated-method:46:Tests.test_foo:Using deprecated method assertNotAlmostEquals()
16-
deprecated-method:47:Tests.test_foo:Using deprecated method assert_()
12+
deprecated-method:43::Tests.test_foo:Using deprecated method assertEquals()
13+
deprecated-method:44::Tests.test_foo:Using deprecated method assertNotEquals()
14+
deprecated-method:45::Tests.test_foo:Using deprecated method assertAlmostEquals()
15+
deprecated-method:46::Tests.test_foo:Using deprecated method assertNotAlmostEquals()
16+
deprecated-method:47::Tests.test_foo:Using deprecated method assert_()

0 commit comments

Comments
 (0)