diff options
Diffstat (limited to 'tests/all')
| -rw-r--r-- | tests/all/all.pro | 1 | ||||
| -rw-r--r-- | tests/all/test.bmp | bin | 174 -> 0 bytes | |||
| -rw-r--r-- | tests/all/test.gif | bin | 50 -> 0 bytes | |||
| -rw-r--r-- | tests/all/test.jpg | bin | 352 -> 0 bytes | |||
| -rw-r--r-- | tests/all/test.mng | bin | 220 -> 0 bytes | |||
| -rw-r--r-- | tests/all/test.png | bin | 179 -> 0 bytes | |||
| -rw-r--r-- | tests/all/test.svg | 86 | ||||
| -rw-r--r-- | tests/all/test.xpm | 12 | ||||
| -rw-r--r-- | tests/all/tests.qrc | 11 |
9 files changed, 0 insertions, 110 deletions
diff --git a/tests/all/all.pro b/tests/all/all.pro index 8ef977bb..4d2b678e 100644 --- a/tests/all/all.pro +++ b/tests/all/all.pro @@ -2,7 +2,6 @@ include(../tests.pri) TARGET = tst_all -RESOURCES += tests.qrc SOURCES += tests.cpp HEADERS += tests.h diff --git a/tests/all/test.bmp b/tests/all/test.bmp Binary files differdeleted file mode 100644 index de301a62..00000000 --- a/tests/all/test.bmp +++ /dev/null diff --git a/tests/all/test.gif b/tests/all/test.gif Binary files differdeleted file mode 100644 index f39871a0..00000000 --- a/tests/all/test.gif +++ /dev/null diff --git a/tests/all/test.jpg b/tests/all/test.jpg Binary files differdeleted file mode 100644 index 684693b6..00000000 --- a/tests/all/test.jpg +++ /dev/null diff --git a/tests/all/test.mng b/tests/all/test.mng Binary files differdeleted file mode 100644 index 454977da..00000000 --- a/tests/all/test.mng +++ /dev/null diff --git a/tests/all/test.png b/tests/all/test.png Binary files differdeleted file mode 100644 index 372cf93f..00000000 --- a/tests/all/test.png +++ /dev/null diff --git a/tests/all/test.svg b/tests/all/test.svg deleted file mode 100644 index b2838872..00000000 --- a/tests/all/test.svg +++ /dev/null @@ -1,86 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - id="svg3056" - version="1.1" - inkscape:version="0.47 r22583" - width="6" - height="6" - sodipodi:docname="test.svg"> - <metadata - id="metadata3062"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs3060"> - <inkscape:perspective - sodipodi:type="inkscape:persp3d" - inkscape:vp_x="0 : 0.5 : 1" - inkscape:vp_y="0 : 1000 : 0" - inkscape:vp_z="1 : 0.5 : 1" - inkscape:persp3d-origin="0.5 : 0.33333333 : 1" - id="perspective3064" /> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="920" - inkscape:window-height="678" - id="namedview3058" - showgrid="true" - inkscape:snap-global="true" - inkscape:zoom="41.333333" - inkscape:cx="3" - inkscape:cy="3" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg3056"> - <inkscape:grid - type="xygrid" - id="grid3072" /> - </sodipodi:namedview> - <rect - style="fill:#00ff00;fill-opacity:1;stroke:none" - id="rect3074" - height="6" - x="2" - y="0" - width="2" /> - <rect - width="2" - y="0" - x="0" - height="6" - id="rect3848" - style="fill:#ff0000;fill-opacity:1;stroke:none" /> - <rect - width="2" - y="0" - x="4" - height="6" - id="rect3850" - style="fill:#0000ff;fill-opacity:1;stroke:none" /> -</svg> diff --git a/tests/all/test.xpm b/tests/all/test.xpm deleted file mode 100644 index ef56e2c6..00000000 --- a/tests/all/test.xpm +++ /dev/null @@ -1,12 +0,0 @@ -/* XPM */ -static char * test_xpm[] = { -"6 6 3 1", -" c #FF0000", -". c #00FF00", -"+ c #0000FF", -" ..++", -" ..++", -" ..++", -" ..++", -" ..++", -" ..++"}; diff --git a/tests/all/tests.qrc b/tests/all/tests.qrc deleted file mode 100644 index 6bc9605e..00000000 --- a/tests/all/tests.qrc +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE RCC><RCC version="1.0"> -<qresource> - <file>test.bmp</file> - <file>test.gif</file> - <file>test.jpg</file> - <file>test.mng</file> - <file>test.png</file> - <file>test.svg</file> - <file>test.xpm</file> -</qresource> -</RCC> |
