Re-apply a couple fixes that got lost somewhere .. memset after malloc in pnd_pxml...
[pandora-libraries.git] / testdata / apps / sampleapp2 / PXML.xml~
diff --git a/testdata/apps/sampleapp2/PXML.xml~ b/testdata/apps/sampleapp2/PXML.xml~
deleted file mode 100644 (file)
index 776b9b7..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0"?>
-<PXML>
-<title>
-       <en>Program Title</en>
-       <de>Program Title in German Language</de>
-       <fr>Program Title in French Language</fr>
-       <it>Program Title in Italian Language</it>
-</title>
-
-<unique_id>123shaboo</unique_id>
-
-<standalone>Yes</standalone>
-
-<icon>program.png</icon>
-
-<description>
-       <en>This is the [b]English Description[/b] of the file.
-            Can use [i]multiple lines[/i] and BBCode.</en>
-       <de>The German Description</de>
-       <it>The Italian Description</it>
-       <fr>The French Description</fr>
-</description>
-
-<previewpic>
-       <pic1>./preview/pic1.jpg</pic1>
-       <pic2>./preview/pic2.jpg</pic2>
-</previewpic>
-
-<author>
-       <name>EvilDragon</name>
-       <website>http://www.openpandora.org</website>
-</author>
-
-<version>
-       <major>1</major>
-       <minor>1</minor>
-       <release>1</release>
-       <build>2</build>
-</version>
-
-<exec>program.exe</exec>
-
-<category>
-       <main>Main category</main>
-       <subcategory1>Subcategory 1</subcategory1>
-       <subcategory2>Subcategory 2</subcategory2>
-</category>
-
-<altcategory>
-       <main>Alternate category</main>
-       <subcategory1>Alternate Subcategory 1</subcategory1>
-       <subcategory2>Alternate Subcategory 2</subcategory2>
-</altcategory>
-
-<osversion> 
-       <major>1</major>
-       <minor>1</minor>
-       <release>1</release>
-       <build>2</build>
-</osversion>
-
-<associationitem1>
-       <name>View this Picture</name>
-       <filetype>jpg,bmp,gif</filetype>
-       <parameter>­view</parameter>
-</associationitem1>
-
-<associationitem2>
-       <name>Convert this Picture</name>
-       <filetype>jpg,bmp,gif</filetype>
-       <parameter>­convert</parameter>
-</associationitem2>
-
-<associationitem3>
-       <name>Watch This Movie</name>
-       <filetype>mpg,avi,wmv</filetype>
-       <parameter>­convert</parameter>
-</associationitem3>
-
-<clockspeed>600</clockspeed>
-
-<background>Yes</background>
-
-<startdir>../differentdir</startdir>
-
-</PXML>