[gimp] app/tests: Use Palette Editor in sessionrc test for dockable aux info



commit c0e8018e8d6194c40ada86cb6113ce40a710f546
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Dec 4 08:30:39 2009 +0100

    app/tests: Use Palette Editor in sessionrc test for dockable aux info
    
    Use Palette Editor in the sessionrc regression test so that the test
    includes aux info for a dockable.

 app/tests/gimpdir/sessionrc |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/app/tests/gimpdir/sessionrc b/app/tests/gimpdir/sessionrc
index 36d5707..dd40bf4 100644
--- a/app/tests/gimpdir/sessionrc
+++ b/app/tests/gimpdir/sessionrc
@@ -53,7 +53,7 @@
                 (tab-style preview)))))
 (session-info "dock" "dock"
     (position 714 320)
-    (size 200 384)
+    (size 200 401)
     (open-on-exit)
     (aux-info
         (show-image-menu "true")
@@ -65,11 +65,14 @@
                 (tab-style icon)
                 (preview-size 32)))
         (book
-            (position 169)
+            (position 162)
             (current-page 0)
-            (dockable "gimp-vectors-list"
+            (dockable "gimp-palette-editor"
                 (tab-style icon)
-                (preview-size 32)))))
+                (aux-info
+                    (edit-active "true")
+                    (current-data "Standard")
+                    (zoom-factor "2.80"))))))
 (session-info "toolbox" "dock"
     (position 44 104)
     (size 102 526)



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