Bug, bound hildon to the wrong object
authorepage <eopage@byu.net>
Thu, 28 May 2009 03:35:04 +0000 (03:35 +0000)
committerepage <eopage@byu.net>
Thu, 28 May 2009 03:35:04 +0000 (03:35 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@340 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

tests/test_startup.py

index 6b6a956..7655802 100644 (file)
@@ -35,7 +35,7 @@ def test_startup_with_no_data_dir_with_dummy_hildon():
        hildonPath = os.path.join(os.path.dirname(__file__), "dummy_hildon")
        sys.path.insert(0, hildonPath)
        import hildon
        hildonPath = os.path.join(os.path.dirname(__file__), "dummy_hildon")
        sys.path.insert(0, hildonPath)
        import hildon
-       dc_glade.Dialcentral.hildon = hildon
+       dc_glade.hildon = hildon
        try:
                dc_glade.Dialcentral._data_path = os.path.join(os.path.dirname(__file__), "notexistent_data")
                dc_glade.Dialcentral._user_settings = "%s/settings.ini" % dc_glade.Dialcentral._data_path
        try:
                dc_glade.Dialcentral._data_path = os.path.join(os.path.dirname(__file__), "notexistent_data")
                dc_glade.Dialcentral._user_settings = "%s/settings.ini" % dc_glade.Dialcentral._data_path