[glib] Make a bookmark testfile roundtrippable



commit 0f746070d813aa3d7e181a3b29828d7a9ad66953
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 30 09:45:53 2013 -0500

    Make a bookmark testfile roundtrippable
    
    This will be used in new tests in the following commit.

 glib/tests/bookmarks/valid-01.xbel |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/glib/tests/bookmarks/valid-01.xbel b/glib/tests/bookmarks/valid-01.xbel
index 6ab98ba..3ac11a2 100644
--- a/glib/tests/bookmarks/valid-01.xbel
+++ b/glib/tests/bookmarks/valid-01.xbel
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]