summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-11 12:01:19 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-01-11 12:01:19 +0200
commita5e1d80e7551549c9e93da8cd29c8f9c054ba130 (patch)
tree94b20b025641c7e6f2d831223202fb0d88fb85b7 /test
parent4aa5a95bb889ce296efd493bd496fe16f64886cc (diff)
downloadpylint-git-a5e1d80e7551549c9e93da8cd29c8f9c054ba130.tar.gz
Add the method names for the 'signature-differs' and 'argument-differs'
warnings. Closes issue #433.
Diffstat (limited to 'test')
-rw-r--r--test/messages/func_interfaces.txt2
-rw-r--r--test/messages/func_w0205.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/messages/func_interfaces.txt b/test/messages/func_interfaces.txt
index 3b444d7d6..a4cd21d62 100644
--- a/test/messages/func_interfaces.txt
+++ b/test/messages/func_interfaces.txt
@@ -3,4 +3,4 @@ E: 77:InterfaceCantBeFound: Undefined variable 'undefined'
E: 88:InterfaceCanNowBeFound: Missing method 'troc' from IMachin interface
E: 88:InterfaceCanNowBeFound: Missing method 'truc' from IMachin interface
F: 77:InterfaceCantBeFound: failed to resolve interfaces implemented by InterfaceCantBeFound (undefined)
-W: 71:BadArgument.troc: Arguments number differs from IMachin interface method
+W: 71:BadArgument.troc: Arguments number differs from IMachin interface 'troc' method
diff --git a/test/messages/func_w0205.txt b/test/messages/func_w0205.txt
index 4b36dabac..83ac5de2c 100644
--- a/test/messages/func_w0205.txt
+++ b/test/messages/func_w0205.txt
@@ -1,2 +1,2 @@
-W: 22:Cdef.abcd: Signature differs from overridden method
+W: 22:Cdef.abcd: Signature differs from overridden 'abcd' method