Skip to content

Instantly share code, notes, and snippets.

@alanning
Created September 10, 2014 23:57
Show Gist options
  • Save alanning/8722e785c645bb6e51bb to your computer and use it in GitHub Desktop.
Save alanning/8722e785c645bb6e51bb to your computer and use it in GitHub Desktop.
Admit testing console output
kaia2:~/tmp/Admit (commerce *)$ meteor --settings settings.json
[[[[[ ~/tmp/Admit ]]]]]
=> Started proxy.
=> Meteor 0.9.1.1 is available. Update this project with 'meteor update'.
=> Started MongoDB.
I20140910-19:56:15.619(-4)? Jasmine-Unit is loaded
I20140910-19:56:15.696(-4)? [PackageStubber] NOTE: Calling exported function 'SimpleSchema' in package 'simple-schema' with no parameters returned null or undefined. 'SimpleSchema' has been stubbed with an empty function but if you receive errors due to missing fields in this package, you will need to supply your own custom stub for 'SimpleSchema'. For example, 'tests/simple-schema-stub.js'. Once you have a working stub, please consider contributing it back to the community stubs in the `package-stubber` repo.
I20140910-19:56:15.697(-4)? [PackageStubber] NOTE: Calling exported function 'MongoObject' in package 'simple-schema' with no parameters returned null or undefined. 'MongoObject' has been stubbed with an empty function but if you receive errors due to missing fields in this package, you will need to supply your own custom stub for 'MongoObject'. For example, 'tests/simple-schema-stub.js'. Once you have a working stub, please consider contributing it back to the community stubs in the `package-stubber` repo.
=> Started your app.
=> App running at: http://localhost:3000/
I20140910-19:56:15.817(-4)? [PackageStubber] NOTE: Calling exported function 'SimpleSchema' in package 'simple-schema' with no parameters returned null or undefined. 'SimpleSchema' has been stubbed with an empty function but if you receive errors due to missing fields in this package, you will need to supply your own custom stub for 'SimpleSchema'. For example, 'tests/simple-schema-stub.js'. Once you have a working stub, please consider contributing it back to the community stubs in the `package-stubber` repo.
I20140910-19:56:15.817(-4)? [PackageStubber] NOTE: Calling exported function 'MongoObject' in package 'simple-schema' with no parameters returned null or undefined. 'MongoObject' has been stubbed with an empty function but if you receive errors due to missing fields in this package, you will need to supply your own custom stub for 'MongoObject'. For example, 'tests/simple-schema-stub.js'. Once you have a working stub, please consider contributing it back to the community stubs in the `package-stubber` repo.
I20140910-19:56:16.139(-4)? creating junit xml report save path: /Users/alanning/tmp/Admit/tests/.reports/jasmine-unit
I20140910-19:56:16.153(-4)?
I20140910-19:56:16.154(-4)? Coupon methods - 5 ms
I20140910-19:56:16.154(-4)? calculates percent off - 3 ms
I20140910-19:56:16.154(-4)? calculates amount off - 1 ms
I20140910-19:56:16.154(-4)? passes null coupons through - 0 ms
I20140910-19:56:16.154(-4)? returns floats - 0 ms
I20140910-19:56:16.155(-4)? preferences percent over amount - 0 ms
I20140910-19:56:16.155(-4)? displays coupon values - 0 ms
I20140910-19:56:16.155(-4)?
I20140910-19:56:16.155(-4)? Product totals - 0 ms
I20140910-19:56:16.155(-4)? calculates the total product cost - 0 ms
I20140910-19:56:16.155(-4)?
I20140910-19:56:16.155(-4)? Product records - 4 ms
I20140910-19:56:16.155(-4)? creates product records for carts - 4 ms
I20140910-19:56:16.155(-4)?
I20140910-19:56:16.155(-4)? Failures:
I20140910-19:56:16.156(-4)?
I20140910-19:56:16.156(-4)? 1) Product records creates product records for carts
I20140910-19:56:16.156(-4)? Message:
I20140910-19:56:16.156(-4)? Expected { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, students : [ 'test@example.com', 'test2@example.com' ], image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, students : [ 'test@exmaple.com' ], image : '...' } } to equal { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, image : '...' } }.
I20140910-19:56:16.156(-4)? Stacktrace:
I20140910-19:56:16.156(-4)? Error: Expected { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, students : [ 'test@example.com', 'test2@example.com' ], image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, students : [ 'test@exmaple.com' ], image : '...' } } to equal { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, image : '...' } }.
I20140910-19:56:16.156(-4)? at [object Object].<anonymous> (/Users/alanning/tmp/Admit/tests/checkout-methods-jasmine-unit.js:61:44)
I20140910-19:56:16.156(-4)? at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
I20140910-19:56:16.157(-4)?
I20140910-19:56:16.157(-4)?
I20140910-19:56:16.157(-4)? Finished in 0.012 seconds
I20140910-19:56:16.157(-4)? 8 tests, 18 assertions, 1 failure, 0 skipped
I20140910-19:56:16.157(-4)?
I20140910-19:56:16.157(-4)?
I20140910-19:56:16.273(-4)?
I20140910-19:56:16.273(-4)? Coupon methods - 4 ms
I20140910-19:56:16.274(-4)? calculates percent off - 3 ms
I20140910-19:56:16.274(-4)? calculates amount off - 0 ms
I20140910-19:56:16.274(-4)? passes null coupons through - 0 ms
I20140910-19:56:16.274(-4)? returns floats - 0 ms
I20140910-19:56:16.274(-4)? preferences percent over amount - 0 ms
I20140910-19:56:16.274(-4)? displays coupon values - 0 ms
I20140910-19:56:16.274(-4)?
I20140910-19:56:16.274(-4)? Product totals - 0 ms
I20140910-19:56:16.274(-4)? calculates the total product cost - 0 ms
I20140910-19:56:16.275(-4)?
I20140910-19:56:16.275(-4)? Product records - 4 ms
I20140910-19:56:16.275(-4)? creates product records for carts - 3 ms
I20140910-19:56:16.275(-4)?
I20140910-19:56:16.275(-4)? Failures:
I20140910-19:56:16.275(-4)?
I20140910-19:56:16.275(-4)? 1) Product records creates product records for carts
I20140910-19:56:16.275(-4)? Message:
I20140910-19:56:16.275(-4)? Expected { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, students : [ 'test@example.com', 'test2@example.com' ], image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, students : [ 'test@exmaple.com' ], image : '...' } } to equal { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, image : '...' } }.
I20140910-19:56:16.275(-4)? Stacktrace:
I20140910-19:56:16.275(-4)? Error: Expected { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, students : [ 'test@example.com', 'test2@example.com' ], image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, students : [ 'test@exmaple.com' ], image : '...' } } to equal { bot : { amount : 50, description : 'An Application Assistant ($50)', title : 'App Assistant', quantity : 2, image : '...' }, review : { amount : 399, description : 'One Application Review ($399)', title : 'App Review', quantity : 1, image : '...' } }.
I20140910-19:56:16.276(-4)? at [object Object].<anonymous> (/Users/alanning/tmp/Admit/tests/checkout-methods-jasmine-unit.js:61:44)
I20140910-19:56:16.276(-4)? at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)
I20140910-19:56:16.276(-4)?
I20140910-19:56:16.276(-4)?
I20140910-19:56:16.276(-4)? Finished in 0.011 seconds
I20140910-19:56:16.276(-4)? 8 tests, 18 assertions, 1 failure, 0 skipped
I20140910-19:56:16.276(-4)?
I20140910-19:56:16.276(-4)?
I20140910-19:56:24.454(-4)? [velocity] Mirror started { statusCode: 200, url: 'http://localhost:5000/', port: 5000 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment