Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any prebuilt.js files for ADE? Build is failing for latest pull #67

Closed
eoliphan opened this issue Aug 13, 2013 · 3 comments
Closed

Any prebuilt.js files for ADE? Build is failing for latest pull #67

eoliphan opened this issue Aug 13, 2013 · 3 comments
Milestone

Comments

@eoliphan
Copy link

Hi, didn't see any direct download, so grabbed the project. When I run the build it fails:

erich-oliphants-MacBook-Pro:ADE eoliphan$ grunt build
Running "clean:dist" (clean) task

Running "clean:server" (clean) task

Running "connect:test" (connect) task
Starting connect web server on localhost:9000.

Running "karma:unit" (karma) task
INFO [karma]: Karma server started at http://localhost:8080/
INFO [launcher]: Starting browser PhantomJS
INFO [PhantomJS 1.9 (Mac)]: Connected on socket id hNCBdFXSjEB3ERH_-IDM
PhantomJS 1.9 (Mac) date should print Jul 15 6pm in absolute time FAILED
    Expected 'Jul 15, 2013 6:00:00 PM (-3 h)' to be 'Jul 15, 2013 6:00:00 PM'.
    Expected 'Jul 15, 2013 6:00:00 PM (-3 h)' to be 'Jul 15, 2013 6:00:00 PM'.
PhantomJS 1.9 (Mac) date should print Jul 15 6pm in floating time FAILED
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
PhantomJS 1.9 (Mac) date should print Jul 15 7pm in absolute with timezone FAILED
    Expected 'Jul 15, 2013 7:00:00 PM (-2 h)' to be 'Jul 15, 2013 7:00:00 PM (+1 h)'.
PhantomJS 1.9 (Mac) date should print Jul 15 6pm in floating time even though setter set it to 7pm in their timezone FAILED
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
PhantomJS 1.9 (Mac) date should do the right thing when parts of input are missing or invalid FAILED
    Expected 'Jul 16, 2013 1:00:00 AM (-2 h)' to be 'Jul 16, 2013 1:00:00 AM (+1 h)'.
    Expected 'Jul 16, 2013 1:00:00 AM (-2 h)' to be 'Jul 16, 2013 1:00:00 AM (+1 h)'.
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
    Expected 'Jul 15, 2013 9:00:00 PM' to be 'Jul 15, 2013 6:00:00 PM'.
PhantomJS 1.9 (Mac) time should print a time FAILED
    Expected '3:43 pm' to contain '15:43 pm'.
PhantomJS 1.9 (Mac): Executed 51 of 51 (6 FAILED) (0.639 secs / 0.272 secs)
Warning: Task "karma:unit" failed. Use --force to continue.

Aborted due to warnings.
@offsky
Copy link
Owner

offsky commented Aug 13, 2013

It looks like the tests are failing because of localization and timezone differences. I will look into modifying the tests to work in different timezones. I will also work on making pre-built files for distribution. If you can't wait for me, you can disable these tests to finish the build process.

@offsky offsky closed this as completed in 3446fa8 Aug 13, 2013
@offsky
Copy link
Owner

offsky commented Aug 13, 2013

The pre-built files are here:

https://github.com/Toodledo/ADE/tree/gh-pages/build

@eoliphan
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants