shivanikhosa / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

Score and displayed scores are empty when exporting Data from the summary result table #305

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open any result category e.g. "Top Browser"
2. Use one of the download links "87823 tests from 12 browsers Downloads:json 
pickle csv"
3. See the result

What is the expected output? What do you see instead?
Expected (just first entry of JSON as example):
{
  "category": "summary",
  "category_name": "Summary",
  "v": "top",
  "results": [

      { "Android 2.2": {
        "score": "75",
        "score_display": "75/100",
        "results": [

Actual:

{
  "category": "summary",
  "category_name": "Summary",
  "v": "top",
  "results": [

      { "Android 2.2": {
        "score": "0",
        "score_display": "",
        "results": [

What version of the product are you using? On what operating system?
Firefox 4.0.1, Google Chrome 11, Safari 5 / Win XP SP3

Please provide any additional information below.
Problem exists within all Export Types

Original issue reported on code.google.com by JMan...@gmail.com on 3 May 2011 at 8:37

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r814.

Original comment by els...@gmail.com on 13 May 2011 at 12:43