~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to tests/platform/windows/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-02-11 16:18:11 UTC
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: james.westby@ubuntu.com-20110211161811-n18dj9lde7dxqjzr
Tags: upstream-1.5.4
ImportĀ upstreamĀ versionĀ 1.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""Windows related test code."""
 
2
 
 
3
def setup_action_queue_test(testcase):
 
4
    """Extra setup to be performed for the action queue tests."""
 
5
    # nothing to be done
 
6
    pass
 
7
 
 
8
def setup_main_test(testcase):
 
9
    """Extra setup to be performed for the main tests."""
 
10
    # nothing to be done
 
11
    pass
 
12
 
 
13
def get_main_params(testcase, params):
 
14
    """Return the parameters used to create the main object for tests."""
 
15
    params['glib_loop'] = False
 
16
    return params