You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Joe Bowser <bo...@gmail.com> on 2013/06/04 22:29:29 UTC

Cordova-JS Jake Tests Failing

Hey

I'm not sure what happened, but now I'm getting 6 test failures on
cordova-js when I try to build the 2.8.x branch.

accelerometer
  it encountered a declaration exception
  module cordova/plugin/accelerometer not found

builder
  it includes the module into the target
  Error: Expected undefined to be defined.
    at new jasmine.ExpectationResult
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:102:32)
    at null.toBeDefined
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1171:29)
    at eval (eval at <anonymous>
(/Users/jbowser/cordova-js/test/runner.js:87:21), <anonymous>:37:28)
    at jasmine.Block.execute
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1001:15)
    at jasmine.Queue.next_
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1790:31)
    at jasmine.Queue.start
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1743:8)
    at jasmine.Spec.execute
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:2070:14)
    at jasmine.Queue.next_
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1790:31)
    at jasmine.Queue.start
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1743:8)
    at jasmine.Suite.execute
(/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:2215:14)

  module cordova/plugin/compass not found

builder
  it builds out the children
  module cordova/plugin/compass not found

compass
  it encountered a declaration exception
  module cordova/plugin/compass not found

geolocation
  it encountered a declaration exception
  module cordova/plugin/geolocation not found

Has anyone seen this before?

Joe

Re: Cordova-JS Jake Tests Failing

Posted by Joe Bowser <bo...@gmail.com>.
Nevermind, I did a clean pull and it was all good.  JS is tagged!

On Tue, Jun 4, 2013 at 1:29 PM, Joe Bowser <bo...@gmail.com> wrote:
> Hey
>
> I'm not sure what happened, but now I'm getting 6 test failures on
> cordova-js when I try to build the 2.8.x branch.
>
> accelerometer
>   it encountered a declaration exception
>   module cordova/plugin/accelerometer not found
>
> builder
>   it includes the module into the target
>   Error: Expected undefined to be defined.
>     at new jasmine.ExpectationResult
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:102:32)
>     at null.toBeDefined
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1171:29)
>     at eval (eval at <anonymous>
> (/Users/jbowser/cordova-js/test/runner.js:87:21), <anonymous>:37:28)
>     at jasmine.Block.execute
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1001:15)
>     at jasmine.Queue.next_
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1790:31)
>     at jasmine.Queue.start
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1743:8)
>     at jasmine.Spec.execute
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:2070:14)
>     at jasmine.Queue.next_
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1790:31)
>     at jasmine.Queue.start
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:1743:8)
>     at jasmine.Suite.execute
> (/Users/jbowser/cordova-js/thirdparty/jasmine/jasmine.js:2215:14)
>
>   module cordova/plugin/compass not found
>
> builder
>   it builds out the children
>   module cordova/plugin/compass not found
>
> compass
>   it encountered a declaration exception
>   module cordova/plugin/compass not found
>
> geolocation
>   it encountered a declaration exception
>   module cordova/plugin/geolocation not found
>
> Has anyone seen this before?
>
> Joe