diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-02 20:49:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-02 20:53:02 -0400 |
commit | 1bf6ad314d99e1857858e355b92a1664dc73b5dd (patch) | |
tree | c428cb332f002e44db951fdc302df397030f4638 /testsuite/a11y/paned.txt | |
parent | 4fc256de8a0fad2dd231b032cf2bad9931087826 (diff) | |
download | gtk+-1bf6ad314d99e1857858e355b92a1664dc73b5dd.tar.gz |
a11y tests: Update expected output
The new AtkValue interface aways returns doubles, which causes
the range to be printed out with decimals.
Diffstat (limited to 'testsuite/a11y/paned.txt')
-rw-r--r-- | testsuite/a11y/paned.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/a11y/paned.txt b/testsuite/a11y/paned.txt index db094210f9..734e3ed894 100644 --- a/testsuite/a11y/paned.txt +++ b/testsuite/a11y/paned.txt @@ -16,9 +16,9 @@ window1 layer: widget alpha: 1 <AtkValue> - minimum value: 0 - maximum value: 0 - current value: 0 + minimum value: 0.000000 + maximum value: 0.000000 + current value: 0.000000 label1 "label" parent: paned1 |