~gary-lasker/software-center/installedview-search-fixes

« back to all changes in this revision

Viewing changes to test/test_where_is_it.py

mergedĀ fromĀ lp:~alexeftimie/software-center/backend-refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        app = Application("Calculator", "gcalctool")
45
45
        details = app.get_details(self.db)
46
46
        self.assertEqual(details.desktop_file, 
47
 
                         "/usr/share/app-install/desktop/gcalctool.desktop")
 
47
                         "/usr/share/app-install/desktop/gcalctool:gcalctool.desktop")
48
48
        # search the settings menu
49
49
        searcher = GMenuSearcher()
50
50
        found = searcher.get_main_menu_path(
59
59
        app = Application("", "ark")
60
60
        details = app.get_details(self.db)
61
61
        self.assertEqual(details.desktop_file, 
62
 
                         "/usr/share/app-install/desktop/kde4___ark.desktop")
 
62
                         "/usr/share/app-install/desktop/ark:kde4__ark.desktop")
63
63
        # search the settings menu
64
64
        searcher = GMenuSearcher()
65
65
        found = searcher.get_main_menu_path(