Make a bookmark testfile roundtrippable
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Dec 2013 14:45:53 +0000 (09:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Jan 2014 22:59:22 +0000 (17:59 -0500)
This will be used in new tests in the following commit.

glib/tests/bookmarks/valid-01.xbel

index 6ab98ba..3ac11a2 100644 (file)
@@ -1,21 +1,18 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE xbel
-  PUBLIC "+//IDN python.org//DTD XML Bookmark Exchange Language 1.0//EN//XML"
-         "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd">
+<?xml version="1.0" encoding="UTF-8"?>
 <xbel version="1.0"
       xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
       xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
->
-  <title>Singleton</title>
+>  <title>Singleton</title>
   <desc>A file containing a single bookmark element</desc>
-  <bookmark href="file:///home/zefram/Documents/milan-stuttgart.ps" added="20050930T23:05:28Z" modified="20050930T23:05:28Z" visited="20050930T23:05:28Z">
+
+  <bookmark href="file:///home/zefram/Documents/milan-stuttgart.ps" added="2005-09-30T23:05:28Z" modified="2005-09-30T23:05:28Z" visited="2005-09-30T23:05:28Z">
     <info>
       <metadata owner="http://freedesktop.org">
         <mime:mime-type type="application/postscript"/>
         <bookmark:applications>
-          <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
+          <bookmark:application name="populate-recent" exec="populate-recent --info %u" modified="2005-09-30T23:05:28Z" count="1"/>
         </bookmark:applications>
       </metadata>
     </info>
   </bookmark>
-</xbel>
+</xbel>
\ No newline at end of file