~ubuntu-branches/ubuntu/lucid/landscape-client/lucid-updates

« back to all changes in this revision

Viewing changes to landscape/manager/tests/test_packagemanager.py

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-04-10 14:28:48 UTC
  • mfrom: (1.1.27)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20120410142848-7xsy4g2xii7y7ntc
ImportĀ upstreamĀ versionĀ 12.04.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
 
15
15
class PackageManagerTest(LandscapeTest):
16
 
    """Tests for the temperature plugin."""
 
16
    """Tests for the package manager plugin."""
17
17
 
18
18
    helpers = [EnvironSaverHelper, ManagerHelper]
19
19
 
20
20
    def setUp(self):
21
 
        """Initialize test helpers and create a sample thermal zone."""
 
21
        """Initialize test helpers and create a sample package store."""
22
22
        super(PackageManagerTest, self).setUp()
23
23
        self.package_store = PackageStore(os.path.join(self.data_path,
24
24
                                                       "package/database"))