[LNT] r243919 - Fixup a test case to match what is in the database

Chris Matthews cmatthews5 at apple.com
Mon Aug 3 16:26:07 PDT 2015


Author: cmatthews
Date: Mon Aug  3 18:26:07 2015
New Revision: 243919

URL: http://llvm.org/viewvc/llvm-project?rev=243919&view=rev
Log:
Fixup a test case to match what is in the database

Modified:
    lnt/trunk/tests/server/ui/test_api.py

Modified: lnt/trunk/tests/server/ui/test_api.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/tests/server/ui/test_api.py?rev=243919&r1=243918&r2=243919&view=diff
==============================================================================
--- lnt/trunk/tests/server/ui/test_api.py (original)
+++ lnt/trunk/tests/server/ui/test_api.py Mon Aug  3 18:26:07 2015
@@ -37,7 +37,9 @@ machine_expected_response[0][u'runs'] =
                                          u'/api/db_default/v4/nts/run/2']
 
 machine_expected_response[1] = machines_expected_response[1].copy()
-machine_expected_response[1][u'runs'] = [u'/api/db_default/v4/nts/run/3']
+machine_expected_response[1][u'runs'] = [u'/api/db_default/v4/nts/run/3',
+                                         u'/api/db_default/v4/nts/run/5',
+                                         u'/api/db_default/v4/nts/run/6']
 
 machine_expected_response[2] = machines_expected_response[2].copy()
 machine_expected_response[2][u'runs'] = [u'/api/db_default/v4/nts/run/4']





More information about the llvm-commits mailing list