72ce429 This is actually, really a list.

Authored and Committed by ralph 9 years ago
    This is actually, really a list.
    
    Summary: There was a bug in the original fix to T207.
    
    Test Plan:
    Same test plan as before:
    
    Getting a result url with callback=wat currently gives:
    
    ```
    [u'wat']({ "data": [], "href": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm", "next": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm&page=1", "prev": null });
    ```
    
    It should give:
    
    ```
    wat({ "data": [], "href": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm", "next": "http://resultsdb-stg.cloud.fedoraproject.org/resultsdb/api/v1.0/results?callback=wat&item=kernel-3.14.5-200.fc20.i686.rpm&page=1", "prev": null });
    ```
    
    Reviewers: tflink, jskladan
    
    Subscribers: tflink
    
    Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D188
    
        
file modified
+1 -0