Many typeof tests are invalid
-----------------------------
Key: CB-424
URL: https://issues.apache.org/jira/browse/CB-424
Project: Apache Callback
Issue Type: Bug
Components: mobile-spec
Affects Versions: 1.5.0
Reporter: Jesse MacFadyen
There are many tests that test the existence of interfaces where duck-typing
should be employed.
ex. The geolocation tests test if the code can create a Coordinates object.
The spec says that the Coordinates object has certain properties, but it does
NOT specify that window.Coordinates is a function, or that typeof on a returned
Coordinates object should be of type Coordinates.
We should be testing solely on the existence of the properties defined in the
spec.
Realistically, there is no reason for a developer to create a Coordinates
object as none of the APIs expect this object.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira