Skip to content

Instantly share code, notes, and snippets.

@zapnap
Created March 5, 2009 16:11
Show Gist options
  • Select an option

  • Save zapnap/74414 to your computer and use it in GitHub Desktop.

Select an option

Save zapnap/74414 to your computer and use it in GitHub Desktop.
1) Failure:
test_should_swap_with_bottom_when_next_to_bottom_and_moving_to_bottom(PageExtensionsTest)
[/Users/nap/dev/episodic/vendor/extensions/reorder/test/unit/page_extensions_test.rb:60:in `test_should_swap_with_bottom_when_next_to_bottom_and_moving_to_bottom'
/Users/nap/dev/episodic/vendor/radiant/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/nap/dev/episodic/vendor/radiant/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run'
/Users/nap/dev/episodic/vendor/radiant/vendor/plugins/dataset/lib/dataset/extensions/test_unit.rb:17:in `run']:
<[[5, "Page Y"], [6, "Page Z"]]> expected but was
<[[5, "Page Z"], [6, "Page Y"]]>.
2) Failure:
test_should_swap_with_top_when_next_to_top_and_moving_to_top(PageExtensionsTest)
[/Users/nap/dev/episodic/vendor/extensions/reorder/test/unit/page_extensions_test.rb:42:in `test_should_swap_with_top_when_next_to_top_and_moving_to_top'
/Users/nap/dev/episodic/vendor/radiant/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
/Users/nap/dev/episodic/vendor/radiant/vendor/rails/activerecord/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run'
/Users/nap/dev/episodic/vendor/radiant/vendor/plugins/dataset/lib/dataset/extensions/test_unit.rb:17:in `run']:
<[[1, "Page A"], [2, "Documentation"]]> expected but was
<[[1, "Documentation"], [2, "Page A"]]>.
17 tests, 43 assertions, 2 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment