~frankban/charms/precise/juju-gui/fix-sandbox-mode

« back to all changes in this revision

Viewing changes to tests/test_backends.py

  • Committer: Francesco Banconi
  • Date: 2014-02-05 09:00:10 UTC
  • mfrom: (159.2.1 trunk)
  • Revision ID: francesco.banconi@canonical.com-20140205090010-5imxdn6tq0qfcoch
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        config = {
134
134
            'builtin-server': True,
135
135
            'builtin-server-logging': 'info',
 
136
            'cached-fonts': False,
136
137
            'charmworld-url': 'http://charmworld.example.com/',
137
138
            'command-log-file': self.command_log_file,
138
139
            'ga-key': 'my-key',
197
198
            config['juju-gui-console-enabled'], config['login-help'],
198
199
            config['read-only'], config['charmworld-url'],
199
200
            mocks.compute_build_dir(), secure=config['secure'],
200
 
            sandbox=config['sandbox'], ga_key=config['ga-key'],
 
201
            sandbox=config['sandbox'], cached_fonts=config['cached-fonts'],
 
202
            ga_key=config['ga-key'],
201
203
            show_get_juju_button=config['show-get-juju-button'], password=None)
202
204
 
203
205
    def test_base_dir_created(self):