Test01

From JogampWiki
Revision as of 16:55, 4 April 2019 by Sgothel (talk | contribs)
Jump to navigation Jump to search

mediawiki-bugzilla

Providing tests for Issue 104.

bar 1

<bugzilla type="count" display="bar">
    {
        "version":  "2.4.0",
        "x_axis_field": "status"
    }
</bugzilla>

Bugzilla query error

Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 404 [1] => Not Found ) ) 1


bar 2

<bugzilla type="count" display="bar">
    {
        "version":  "2.4.0",
        "y_axis_field":"percent_complete",
        "x_axis_field": "status"
    }
</bugzilla>

Bugzilla query error

Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 404 [1] => Not Found ) ) 1


pie 1

<bugzilla type="count" display="pie">
    {
        "version":  "2.4.0",
        "x_axis_field": "status"
    }
</bugzilla>

Bugzilla query error

Invalid type (count) and display (table) combination1


pie 2

<bugzilla type="count" display="pie">
    {
        "version":  "2.4.0",
        "y_axis_field":"percent_complete",
        "x_axis_field": "status"
    }
</bugzilla>

Bugzilla query error

Invalid type (count) and display (table) combination1