You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Josh Soref (JIRA)" <ji...@apache.org> on 2014/08/01 19:57:38 UTC

[jira] [Created] (CB-7250) bin/test/cordova/integration/target.js risks destroying blackberry10.json

Josh Soref created CB-7250:
------------------------------

             Summary: bin/test/cordova/integration/target.js risks destroying blackberry10.json
                 Key: CB-7250
                 URL: https://issues.apache.org/jira/browse/CB-7250
             Project: Apache Cordova
          Issue Type: Bug
          Components: BlackBerry
    Affects Versions: 3.5.0
            Reporter: Josh Soref
            Assignee: Josh Soref


I ran the test suite recently.

Unfortunately, for unknown reasons, I'm now left with:

{quote}
$ cat ~/.cordova/blackberry10.json 
\{
    "targets": \{
        "z10": \{
            "ip": "169.254.0.1",
            "type": "device",
            "password": "pass",
            "pin": "DEADBEEF"
        }
    }
}
{quote}

Tests should not do this. They should instead change their HOME / USERPROFILE environment variables to a directory w/in their own test directory.



--
This message was sent by Atlassian JIRA
(v6.2#6252)