Giter Club home page Giter Club logo

spring-angularjs's People

Contributors

olamarche avatar robharrop avatar

Watchers

 avatar  avatar  avatar  avatar

spring-angularjs's Issues

Fix JS test

[2014-02-10 20:38:07.802] [DEBUG] config - autoWatch set to false, because of singleRun
INFO [karma]: Karma server started at http://localhost:9876/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9 (Linux)]: Connected on socket id _1qWfOZohxpn7fH6hW7Y
PhantomJS 1.9 (Linux) Controllers BookListController should load the Book from the API FAILED
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
    TypeError: 'undefined' is not an object (evaluating 'scope.books')
        at /home/travis/build/olamarche/spring-angularjs/src/test/js/unit/app_tests.js:36
PhantomJS 1.9 (Linux): Executed 1 of 5 (1 FAILED)
PhantomJS 1.9 (Linux) Controllers BookListController should allow for books to be deleted FAILED
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
    TypeError: 'undefined' is not an object (evaluating 'scope.books')
        at /home/travis/build/olamarche/spring-angularjs/src/test/js/unit/app_tests.js:43
PhantomJS 1.9 (Linux): Executed 2 of 5 (2 FAILED)
PhantomJS 1.9 (Linux) Controllers BookDetailController adding new books should save the new book FAILED
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
PhantomJS 1.9 (Linux): Executed 3 of 5 (3 FAILED)
PhantomJS 1.9 (Linux) Controllers BookDetailController updating books should load books for editing FAILED
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
    TypeError: 'undefined' is not an object (evaluating 'scope.book')
        at /home/travis/build/olamarche/spring-angularjs/src/test/js/unit/app_tests.js:95
PhantomJS 1.9 (Linux): Executed 4 of 5 (4 FAILED)
PhantomJS 1.9 (Linux) Controllers BookDetailController updating books should allow books to be edited FAILED
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
    Error: No module: Book
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1104
        at ensure (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1045)
        at module (/home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:1276)
        at /home/travis/build/olamarche/spring-angularjs/src/main/webapp/js/angular.js:2768
    TypeError: 'undefined' is not an object (evaluating 'http.flush')
        at /home/travis/build/olamarche/spring-angularjs/src/test/js/unit/app_tests.js:101
PhantomJS 1.9 (Linux): Executed 5 of 5 (5 FAILED)
JS 1.9 (Linux): Executed 5 of 5 (5 FAILED) (0.167 secs / 0.017 secs)
rake aborted!
Command failed with status (1): [node_modules/karma/bin/karma start src/tes...]
/home/travis/build/olamarche/spring-angularjs/Rakefile:24:in `block (3 levels) in <top (required)>'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.