[pyatspi2: 1/2] tests: fix xml comment



commit 2322d1a0b59de81e4e497eec34302c4e680ab97d
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date:   Tue Aug 27 20:05:48 2019 +0200

    tests: fix xml comment
    
    - xml comments have to start after the xml tag
    - the expected export result does not contain the comments

 tests/data/accessible-test-results.xml | 21 ---------------------
 tests/data/accessible-test.xml         |  2 +-
 2 files changed, 1 insertion(+), 22 deletions(-)
---
diff --git a/tests/data/accessible-test-results.xml b/tests/data/accessible-test-results.xml
index 972bb50..d2db548 100644
--- a/tests/data/accessible-test-results.xml
+++ b/tests/data/accessible-test-results.xml
@@ -1,24 +1,3 @@
-<!--
-
-Copyright 2008 Codethink Ltd.
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Library General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public
-License along with this library; if not, write to the
-Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
--->
-
 <?xml version="1.0" ?>
 <accessible description="The main accessible object, root of the accessible tree" name="atspi-test-main" 
role="69">
        <accessible description="" name="gnome-settings-daemon" role="79"/>
diff --git a/tests/data/accessible-test.xml b/tests/data/accessible-test.xml
index 65e91e7..f42aa2e 100644
--- a/tests/data/accessible-test.xml
+++ b/tests/data/accessible-test.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" ?>
 <!--
 
 Copyright 2008 Codethink Ltd.
@@ -19,7 +20,6 @@ Boston, MA 02110-1301, USA.
 
 -->
 
-<?xml version="1.0" ?>
 <accessible description="The main accessible object, root of the accessible tree" name="atspi-test-main" 
role="68" type="document">
        <accessible description="" name="gnome-settings-daemon" role="77"/>
        <accessible description="" name="gnome-panel" role="77">


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