Advertisement
Guest User

Untitled

a guest
Feb 16th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. root@43e47e2bf4f0:/src/noosfero# rake test:noosfero_plugins:stoa
  2. ./script/noosfero-plugins -q disableall
  3. stoa
  4. rake db:migrate RAILS_ENV=test SCHEMA=/dev/null
  5. == 20120301212702 AddUspIdToProfile: migrating ================================
  6. -- add_column(:profiles, :usp_id, :string)
  7. -> 0.0634s
  8. == 20120301212702 AddUspIdToProfile: migrated (0.0635s) =======================
  9.  
  10. ruby -Itest -e ARGV.each{|f| require f} /src/noosfero/plugins/stoa/test/unit/person_api_test.rb /src/noosfero/plugins/stoa/test/unit/stoa_plugin_test.rb /src/noosfero/plugins/stoa/test/unit/person_test.rb /src/noosfero/plugins/stoa/test/unit/usp_user_test.rb
  11. Started with run options --seed 60953
  12.  
  13. 24/24: [========================================================================================================================================================] 100% Time: 00:00:03, Time: 00:00:03
  14.  
  15. Finished in 3.78747s
  16. 24 tests, 51 assertions, 0 failures, 0 errors, 0 skips
  17. ruby -Itest -e ARGV.each{|f| require f} /src/noosfero/plugins/stoa/test/functional/profile_editor_controller_test.rb /src/noosfero/plugins/stoa/test/functional/stoa_plugin_controller_test.rb /src/noosfero/plugins/stoa/test/functional/account_controller_test.rb /src/noosfero/plugins/stoa/test/functional/invite_controller_test.rb
  18. Started with run options --seed 37571
  19.  
  20. 31/31: [========================================================================================================================================================] 100% Time: 00:00:07, Time: 00:00:07
  21.  
  22. Finished in 7.76209s
  23. 31 tests, 64 assertions, 0 failures, 0 errors, 0 skips
  24. I: no tests to run integration
  25. I: no tests to run cucumber
  26. I: no tests to run selenium
  27. ./script/noosfero-plugins -q disableall
  28.  
  29. ==> Rolling back plugins to their original states...
  30. ./script/noosfero-plugins -q disableall
  31. people_block statistics
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement