Code review comment for lp:~stylesen/lava-dashboard/support-test-definitions

Revision history for this message
Antonio Terceiro (terceiro) wrote :

Almost there. :)

 review needs-fixing

> === modified file 'dashboard_app/xmlrpc.py'
> --- dashboard_app/xmlrpc.py 2013-01-15 00:30:25 +0000
> +++ dashboard_app/xmlrpc.py 2013-04-01 10:18:24 +0000
> @@ -43,6 +43,7 @@
> DataView,
> Test,
> TestRunFilter,
> + TestDefinition,
> )
>
>
> @@ -436,7 +437,7 @@
> """
> test_names = []
> if device_type:
> - for test in Test.objects.filter(
> + for test in Testobjects.filter(

typo

--
Antonio Terceiro
Software Engineer - Linaro
http://www.linaro.org

review: Needs Fixing

« Back to merge proposal