[gimp] app/tests: Make sessionrc more realistic



commit 1438b9b31ce81a0a42f34bd0eea2f6f3d84e8088
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Jan 31 18:55:16 2010 +0100

    app/tests: Make sessionrc more realistic
    
    GIMP 2.6 can't have a toolbox top-level with an empty dock, remove the
    dock. This gives us a more realistic test.

 app/tests/gimpdir/sessionrc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/app/tests/gimpdir/sessionrc b/app/tests/gimpdir/sessionrc
index 9aa29d5..31218d2 100644
--- a/app/tests/gimpdir/sessionrc
+++ b/app/tests/gimpdir/sessionrc
@@ -81,8 +81,7 @@
 (session-info "toolbox" "dock"
     (position 13 37)
     (size 96 620)
-    (open-on-exit)
-    (dock))
+    (open-on-exit))
 (session-info "toplevel" "gimp-file-open-dialog"
     (position 392 140)
     (size 902 816))



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