aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohn Cummings <jcummings2@users.sf.net>2014-04-17 13:43:19 -0500
committerJohn Ehresman <jpe@wingware.com>2014-04-17 21:25:28 +0200
commite2897e156f697ce4d89e8df50f7083fff7909372 (patch)
tree47b9ab9469f682f88404672528352f1e9ccf31b0 /tests
parentbca7c117e141ed78b4666c7a8b868a180bd18173 (diff)
Remove rejection lines that cause the sample_list test to fail
These functions (except createComplexList) are are needed by the test. Prior to 5b39f7fd9e21, the rejections were not being recognized; removing them returns the wrappings to their previous state and allows the test to pass again. Change-Id: I3efb08383b2d59f9917a4e4a0200e0516db9c83e Reviewed-by: Matthew Woehlke <mw_triad@users.sourceforge.net> Reviewed-by: John Ehresman <jpe@wingware.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/samplebinding/typesystem_sample.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index 5da6ad148..49de903bd 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -2387,12 +2387,6 @@
</value-type>
<value-type name="PersistentModelIndex" />
- <rejection class="ListUser" function-name="createList()"/>
- <rejection class="ListUser" function-name="callCreateList()"/>
- <rejection class="ListUser" function-name="createComplexList(Complex, Complex)"/>
- <rejection class="ListUser" function-name="sumList(std::list&lt;int&gt;)"/>
- <rejection class="ListUser" function-name="sumList(std::list&lt;double&gt;)"/>
-
<!-- test rejections using full signatures; this method is a template and
cannot be wrapped, but is otherwise recognized by shiboken and will
result in a compile error if the rejection is not matched -->