aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pysidetest/typesystem_pysidetest.xml
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-10-05 16:10:50 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-10-11 17:47:03 -0300
commit4b3b56acd7caaa7ff0d9c7b913cfe73db12afd4a (patch)
tree2ab76c7159380a8cc5e76776ed13ca39fc2d31f1 /tests/pysidetest/typesystem_pysidetest.xml
parent42516e6f864c2beb912c593f6198ab394a5a243f (diff)
Added a PySide derived test library.
The test library is intended to provide specific test cases in a way that problems could be isolated easier than using the ones provided by the Qt library. Cases commons to all Python bindings must go into the Shiboken test libraries, the one added here is intended to test Qt specifics (e.g. signals). A Python unit test was added for the case when a method and a signal have the same name.
Diffstat (limited to 'tests/pysidetest/typesystem_pysidetest.xml')
-rw-r--r--tests/pysidetest/typesystem_pysidetest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pysidetest/typesystem_pysidetest.xml b/tests/pysidetest/typesystem_pysidetest.xml
new file mode 100644
index 000000000..a96636262
--- /dev/null
+++ b/tests/pysidetest/typesystem_pysidetest.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<typesystem package="testbinding">
+ <load-typesystem name="typesystem_core.xml" generate="no" />
+ <object-type name="TestObject" />
+</typesystem>
+