[gtk+] tests/a11y/about: Fix expected text



commit 94644151215ecee76a03f9914851a10fb5a291b1
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Oct 22 21:17:37 2014 +0100

    tests/a11y/about: Fix expected text
    
    We recently changed the uppercase licensing text to lower case. The
    reference test that checks the contents of the about dialog has to be
    fixed to reflect that change.

 testsuite/a11y/about.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/a11y/about.txt b/testsuite/a11y/about.txt
index 0ebd1d2..b877913 100644
--- a/testsuite/a11y/about.txt
+++ b/testsuite/a11y/about.txt
@@ -356,7 +356,7 @@ window1
             "label"
             parent: page_vbox
             index: 4
-            name: This program comes with ABSOLUTELY NO WARRANTY.
+            name: This program comes with absolutely no warranty.
 See the GNU General Public License, version 3 or later for details.
             state: enabled focusable multi-line sensitive showing visible
             toolkit: gtk
@@ -364,7 +364,7 @@ See the GNU General Public License, version 3 or later for details.
             layer: widget
             alpha: 1
             <AtkText>
-            text: This program comes with ABSOLUTELY NO WARRANTY.
+            text: This program comes with absolutely no warranty.
 See the GNU General Public License, version 3 or later for details.
             character count: 115
             caret offset: 0


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