[orca] Remove the test harness' setting of a gnome-terminal key by gconf



commit 82a006d5952758e00d6108d6add0104a584a7f35
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jun 13 13:30:45 2011 -0400

    Remove the test harness' setting of a gnome-terminal key by gconf
    
    People running Orca's regression tests should either use xterm
    or manually set their gnome-terminal profile so that the title
    is not changed.

 test/harness/harness.sh |    8 --------
 test/harness/runone.sh  |    8 --------
 2 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/test/harness/harness.sh b/test/harness/harness.sh
index 0aa141e..f560912 100755
--- a/test/harness/harness.sh
+++ b/test/harness/harness.sh
@@ -165,14 +165,6 @@ do
                 continue
             fi
         else
-            # Don't let gnome-terminal change the title on us -- it
-            # wreaks havoc on the output.
-            #
-            if [ "$application" == "gnome-terminal" ]
-            then
-                gconftool-2 --set /apps/gnome-terminal/profiles/Default/title_mode --type string ignore
-            fi
-
             # Tell OpenOffice Writer and Calc to not attempt to
             # recover edited files after a crash.
             #
diff --git a/test/harness/runone.sh b/test/harness/runone.sh
index 7cab51b..fa6774c 100755
--- a/test/harness/runone.sh
+++ b/test/harness/runone.sh
@@ -166,14 +166,6 @@ then
     sleep $WAIT_TIME
 fi
 
-# Don't let gnome-terminal change the title on us -- it wreaks havoc
-# on the output.
-#
-if [ "$APP_NAME" = "gnome-terminal" ]
-then
-    gconftool-2 --set /apps/gnome-terminal/profiles/Default/title_mode --type string ignore
-fi
-
 # Start the test application and let it settle in. Two processes
 # are started for OpenOffice.
 #



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