~tualatrix/ubuntu-tweak/trunk

« back to all changes in this revision

Viewing changes to tests/test_janitor_plugins.py

  • Committer: Tualatrix Chou
  • Date: 2012-05-12 15:24:42 UTC
  • mfrom: (1842.1.3 ubuntu-tweak-0.7.x)
  • Revision ID: tualatrix@gmail.com-20120512152442-3dfde9gh5mqc8jv4
Fix Invalid values for resetting fonts and all other tests (Bug: #998411)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import os
2
2
import unittest
3
3
 
4
 
from ubuntutweak.janitor.firefox_plugin import FirefoxCachePlugin
 
4
from ubuntutweak.janitor.mozilla_plugin import FirefoxCachePlugin
5
5
 
6
6
class TestJanitorPlugin(unittest.TestCase):
7
7
    def setUp(self):