~milo/linaro-ci-dashboard/hacking-file

« back to all changes in this revision

Viewing changes to dashboard/frontend/android_build/tests/__init__.py

  • Committer: Milo Casagrande
  • Date: 2012-08-21 08:13:56 UTC
  • mfrom: (17.6.10 update_view)
  • Revision ID: milo@ubuntu.com-20120821081356-iij1rhbkxldj1zxn
Merged the update view for android build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
__test__ = {
7
7
    'AndroidBuildViewsTest': AndroidBuildViewsTest,
8
 
    'AndroidBuildC#lientResponseTests': AndroidBuildClientResponseTests,
 
8
    'AndroidBuildClientResponseTests': AndroidBuildClientResponseTests,
9
9
}