conduit r1304 - in trunk: . test/python-tests



Author: jstowers
Date: Wed Feb 13 20:49:48 2008
New Revision: 1304
URL: http://svn.gnome.org/viewvc/conduit?rev=1304&view=rev

Log:
2008-02-14  John Stowers  <john stowers gmail com>

	* test/python-tests/TestCoreSettings.py: Fix settings test
	s/gui_expanded_columns/gui_expanded_rows



Modified:
   trunk/ChangeLog
   trunk/test/python-tests/TestCoreSettings.py

Modified: trunk/test/python-tests/TestCoreSettings.py
==============================================================================
--- trunk/test/python-tests/TestCoreSettings.py	(original)
+++ trunk/test/python-tests/TestCoreSettings.py	Wed Feb 13 20:49:48 2008
@@ -7,9 +7,8 @@
 
 #Value not important. Needed to compare TYPES
 SETTINGS = {
-        'gui_expanded_columns'      :   (),
+        'gui_expanded_rows'         :   [],
         'gui_hpane_postion'         :   250,
-        'gui_window_size'           :   (),
         'gui_minimize_to_tray'      :   False,
         'web_login_browser'         :   "system"
 }



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