Guest User

Untitled

a guest
Mar 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.09 KB | None | 0 0
  1. Loaded suite -e
  2. Started
  3. .................................................E........BrowsingTest#test_homepage (0 ms warmup)
  4. process_time: 20 ms
  5. memory: unsupported
  6. objects: unsupported
  7. ........................................................................FFF..........................Invalid date/time in zip entry
  8. Invalid date/time in zip entry
  9. .Invalid date/time in zip entry
  10. Invalid date/time in zip entry
  11. .Invalid date/time in zip entry
  12. Invalid date/time in zip entry
  13. Invalid date/time in zip entry
  14. Invalid date/time in zip entry
  15. ..Invalid date/time in zip entry
  16. ......................................................................................................FFFF..E........EE..........................EE..E........................E.FEEEFEEEEEEEEEEEEEEEEEE........EE.F.FFFF.....F.............................EEEEEE..
  17. Finished in -1252965179.55192 seconds.
  18.  
  19. 1) Error:
  20. test_bookmark_stores_request_uri(Audiosocket::SessionTest):
  21. NoMethodError: undefined method `stub' for #<Audiosocket::SessionTest:0x2fba534>
  22. /test/unit/audiosocket/session_test.rb:49:in `test_bookmark_stores_request_uri'
  23.  
  24. 2) Failure:
  25. test_forgot(Mailers::PasswordTest) [/test/unit/mailers/password_test.rb:14]:
  26. <"From: Audiosocket <from@example.org>\r\nTo: alois@example.org\r\nSubject: [Audiosocket] Password Reset\r\nMime-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\nHi, we've reset the password for alois@example.org. If you didn't request\na password reset, please let us know!\n\nYour new password: cheese\n\nLove,\nAudiosocket\n"> expected but was
  27. <"Date: Thu, 1 Jan 1970 02:46:40 -0800\r\nFrom: Audiosocket <from@example.org>\r\nTo: alois@example.org\r\nSubject: [Audiosocket] Password Reset\r\nMime-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\nHi, we've reset the password for alois@example.org. If you didn't request\na password reset, please let us know!\n\nYour new password: cheese\n\nLove,\nAudiosocket\n">.
  28.  
  29. 3) Failure:
  30. test_signup(Mailers::SignupTest) [/test/unit/mailers/signup_test.rb:17]:
  31. <"From: Audiosocket <from@example.org>\r\nTo: licensing@example.org\r\nSubject: Account signup request!\r\nMime-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\nHi! We have a new signup request!\n\nName: Bob\nEmail: bob@bob.com\nPhone: 555-555-5555\n\nMusic this person loves (optional):\n\n\nLove,\nThe Audiosocket Email Genie\n"> expected but was
  32. <"Date: Thu, 1 Jan 1970 02:46:40 -0800\r\nFrom: Audiosocket <from@example.org>\r\nTo: licensing@example.org\r\nSubject: Account signup request!\r\nMime-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\nHi! We have a new signup request!\n\nName: Bob\nEmail: bob@bob.com\nPhone: 555-555-5555\n\nMusic this person loves (optional):\n\n\nLove,\nThe Audiosocket Email Genie\n">.
  33.  
  34. 4) Failure:
  35. test_inquire(Mailers::TrackTest) [/test/unit/mailers/track_test.rb:14]:
  36. <"From: Aloisius Defaultypants <alois@example.org>\r\nTo: licensing@example.org\r\nSubject: Inquiry from Aloisius Defaultypants about 'A Bug Fell In Love With a Cat'\r\nMime-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\nHi! Aloisius Defaultypants (alois@example.org) is interested in:\n\nA Bug Fell In Love With a Cat (ID 1667104992)\nby Starvey (Starving Artist)\n\nLove,\nThe Audiosocket Email Genie\n"> expected but was
  37. <"Date: Thu, 1 Jan 1970 02:46:40 -0800\r\nFrom: Aloisius Defaultypants <alois@example.org>\r\nTo: licensing@example.org\r\nSubject: Inquiry from Aloisius Defaultypants about 'A Bug Fell In Love With a Cat'\r\nMime-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\nHi! Aloisius Defaultypants (alois@example.org) is interested in:\n\nA Bug Fell In Love With a Cat (ID 1667104992)\nby Starvey (Starving Artist)\n\nLove,\nThe Audiosocket Email Genie\n">.
  38.  
  39. 5) Failure:
  40. test_can_get_all_tracks_as_JSON(TracksControllerTest)
  41. [app/models/track.rb:176:in `url'
  42. app/models/track.rb:212:in `to_json'
  43. app/controllers/tracks_controller.rb:32:in `index'
  44. app/controllers/tracks_controller.rb:17:in `index'
  45. haml (2.0.9) rails/./lib/sass/plugin/rails.rb:19:in `process'
  46. /test/functional/tracks_controller_test.rb:28:in `test_can_get_all_tracks_as_JSON']:
  47. unexpected invocation: #<Asset:0x2e71088>.url()
  48. satisfied expectations:
  49. - allowed any number of times, already invoked 4782 times: Time.now(any_parameters)
  50. - expected exactly once, already invoked once: #<Asset:0x31b8e94>.download(any_parameters)
  51. - allowed any number of times, already invoked once: #<Asset:0x31b8e94>.local?(any_parameters)
  52. - expected exactly once, already invoked once: {'flash' => {:success => 'You're safely logged out.'}}.record('logged out')
  53. - expected exactly once, already invoked once: {'bookmark' => nil, 'user_id' => 1667104992}.record('logged in')
  54. - expected exactly once, already invoked once: #<Asset:0x2e71088>.url(300)
  55. - allowed any number of times, already invoked twice: Track(id: integer, title: string, artist_id: integer, created_at: datetime, updated_at: datetime, asset_id: integer, tempo_id: integer, intro_kind: string, lyrics: text, sounds_like: string, explicit: boolean, keywords: string, bulk: boolean, language: string, instrumentation: string, state: string, ending_id: integer, notes: string, hot: boolean, album_id: integer, vocals: integer, delta: boolean, length: float, wav_id: integer, last_update_user_id: integer, editable: integer, public_domain: boolean, noncleared: boolean, nonadmin: boolean).find(any_parameters)
  56. - allowed any number of times, already invoked twice: Track(id: integer, title: string, artist_id: integer, created_at: datetime, updated_at: datetime, asset_id: integer, tempo_id: integer, intro_kind: string, lyrics: text, sounds_like: string, explicit: boolean, keywords: string, bulk: boolean, language: string, instrumentation: string, state: string, ending_id: integer, notes: string, hot: boolean, album_id: integer, vocals: integer, delta: boolean, length: float, wav_id: integer, last_update_user_id: integer, editable: integer, public_domain: boolean, noncleared: boolean, nonadmin: boolean).find(any_parameters)
  57. - expected exactly once, already invoked once: #<Asset:0x2e4e434>.url(300)
  58.  
  59. 6) Failure:
  60. test_can_get_last_week's_tracks_as_JSON(TracksControllerTest)
  61. [app/models/track.rb:176:in `url'
  62. app/models/track.rb:212:in `to_json'
  63. app/controllers/tracks_controller.rb:32:in `index'
  64. app/controllers/tracks_controller.rb:17:in `index'
  65. haml (2.0.9) rails/./lib/sass/plugin/rails.rb:19:in `process'
  66. /test/functional/tracks_controller_test.rb:50:in `test_can_get_last_week's_tracks_as_JSON']:
  67. unexpected invocation: #<Asset:0x2e71088>.url()
  68. satisfied expectations:
  69. - allowed any number of times, already invoked 4806 times: Time.now(any_parameters)
  70. - expected exactly once, already invoked once: #<Asset:0x31b8e94>.download(any_parameters)
  71. - allowed any number of times, already invoked once: #<Asset:0x31b8e94>.local?(any_parameters)
  72. - expected exactly once, already invoked once: {'flash' => {:success => 'You're safely logged out.'}}.record('logged out')
  73. - expected exactly once, already invoked once: {'bookmark' => nil, 'user_id' => 1667104992}.record('logged in')
  74. - expected exactly once, already invoked once: #<Asset:0x2e71088>.url(300)
  75. - allowed any number of times, already invoked 4 times: Track(id: integer, title: string, artist_id: integer, created_at: datetime, updated_at: datetime, asset_id: integer, tempo_id: integer, intro_kind: string, lyrics: text, sounds_like: string, explicit: boolean, keywords: string, bulk: boolean, language: string, instrumentation: string, state: string, ending_id: integer, notes: string, hot: boolean, album_id: integer, vocals: integer, delta: boolean, length: float, wav_id: integer, last_update_user_id: integer, editable: integer, public_domain: boolean, noncleared: boolean, nonadmin: boolean).find(any_parameters)
  76. - allowed any number of times, already invoked twice: Track(id: integer, title: string, artist_id: integer, created_at: datetime, updated_at: datetime, asset_id: integer, tempo_id: integer, intro_kind: string, lyrics: text, sounds_like: string, explicit: boolean, keywords: string, bulk: boolean, language: string, instrumentation: string, state: string, ending_id: integer, notes: string, hot: boolean, album_id: integer, vocals: integer, delta: boolean, length: float, wav_id: integer, last_update_user_id: integer, editable: integer, public_domain: boolean, noncleared: boolean, nonadmin: boolean).find(any_parameters)
  77. - expected exactly once, already invoked once: #<Asset:0x2e4e434>.url(300)
  78.  
  79. 7) Failure:
  80. test_can_get_track_JSON_for_a_specific_playlist(TracksControllerTest)
  81. [app/models/track.rb:176:in `url'
  82. app/models/track.rb:212:in `to_json'
  83. app/controllers/tracks_controller.rb:32:in `index'
  84. app/controllers/tracks_controller.rb:17:in `index'
  85. haml (2.0.9) rails/./lib/sass/plugin/rails.rb:19:in `process'
  86. /test/functional/tracks_controller_test.rb:61:in `test_can_get_track_JSON_for_a_specific_playlist']:
  87. unexpected invocation: #<Asset:0x2e71088>.url()
  88. satisfied expectations:
  89. - allowed any number of times, already invoked 4835 times: Time.now(any_parameters)
  90. - expected exactly once, already invoked once: #<Asset:0x31b8e94>.download(any_parameters)
  91. - allowed any number of times, already invoked once: #<Asset:0x31b8e94>.local?(any_parameters)
  92. - expected exactly once, already invoked once: {'flash' => {:success => 'You're safely logged out.'}}.record('logged out')
  93. - expected exactly once, already invoked once: {'bookmark' => nil, 'user_id' => 1667104992}.record('logged in')
  94. - expected exactly once, already invoked once: #<Asset:0x2e71088>.url(300)
  95. - allowed any number of times, already invoked 5 times: Track(id: integer, title: string, artist_id: integer, created_at: datetime, updated_at: datetime, asset_id: integer, tempo_id: integer, intro_kind: string, lyrics: text, sounds_like: string, explicit: boolean, keywords: string, bulk: boolean, language: string, instrumentation: string, state: string, ending_id: integer, notes: string, hot: boolean, album_id: integer, vocals: integer, delta: boolean, length: float, wav_id: integer, last_update_user_id: integer, editable: integer, public_domain: boolean, noncleared: boolean, nonadmin: boolean).find(any_parameters)
  96. - allowed any number of times, already invoked twice: Track(id: integer, title: string, artist_id: integer, created_at: datetime, updated_at: datetime, asset_id: integer, tempo_id: integer, intro_kind: string, lyrics: text, sounds_like: string, explicit: boolean, keywords: string, bulk: boolean, language: string, instrumentation: string, state: string, ending_id: integer, notes: string, hot: boolean, album_id: integer, vocals: integer, delta: boolean, length: float, wav_id: integer, last_update_user_id: integer, editable: integer, public_domain: boolean, noncleared: boolean, nonadmin: boolean).find(any_parameters)
  97. - expected exactly once, already invoked once: #<Asset:0x2e4e434>.url(300)
  98.  
  99. 8) Failure:
  100. test_get_a_404_when_downloading_a_nonexistant_wav(TracksControllerTest)
  101. [app/controllers/tracks_controller.rb:48:in `download'
  102. app/controllers/tracks_controller.rb:44:in `download'
  103. haml (2.0.9) rails/./lib/sass/plugin/rails.rb:19:in `process'
  104. /test/functional/tracks_controller_test.rb:137:in
Add Comment
Please, Sign In to add comment