aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding/typesystem_other.xml
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-08-04 12:18:02 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:08 -0300
commiteda3572089e71e0c5065831438c4999486838547 (patch)
tree97439d75bbadd025b57125c209a8b3821e2d49f4 /tests/otherbinding/typesystem_other.xml
parent19713b8e3f7e9ba04653b3b4beff5cc26408af44 (diff)
Added tests for custom conversion and buffer protocol.
It it inspired by some of PySide's QByteArray tests.
Diffstat (limited to 'tests/otherbinding/typesystem_other.xml')
-rw-r--r--tests/otherbinding/typesystem_other.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/otherbinding/typesystem_other.xml b/tests/otherbinding/typesystem_other.xml
index a1ef6b9a3..63ccdd518 100644
--- a/tests/otherbinding/typesystem_other.xml
+++ b/tests/otherbinding/typesystem_other.xml
@@ -9,5 +9,7 @@
<value-type name="ExtendsNoImplicitConversion" />
<value-type name="Number" />
+ <suppress-warning text="signature 'operator!=(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
+ <suppress-warning text="signature 'operator+(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
+ <suppress-warning text="signature 'operator==(ByteArray,const char*)' for function modification in 'ByteArray' not found." />
</typesystem>
-