Fixed connect_to_model filter extension in wiki_controller (using inheritance here was daft); accelerated tests somewhat

This commit is contained in:
Alexey Verkhovsky 2006-03-24 07:53:20 +00:00
parent 64313ca208
commit 5f3cf38851
5 changed files with 9 additions and 14 deletions

View file

@ -13,10 +13,8 @@ require 'breakpoint'
require 'wiki_content'
require 'url_generator'
# Uncomment these and hang on, because the tests will be FAST
#Test::Unit::TestCase.pre_loaded_fixtures = false
#Test::Unit::TestCase.use_transactional_fixtures = true
Test::Unit::TestCase.pre_loaded_fixtures = false
Test::Unit::TestCase.use_transactional_fixtures = true
Test::Unit::TestCase.use_instantiated_fixtures = false
Test::Unit::TestCase.fixture_path = File.dirname(__FILE__) + "/fixtures/"

View file

@ -19,7 +19,7 @@ class WebTest < Test::Unit::TestCase
assert_equal 0, @web.select { |page| page.content =~ /none/i }.length
end
def test_references
def test_002_references
add_sample_pages
assert_equal 1, @web.select.pages_that_reference('EverBeenHated').length
assert_equal 0, @web.select.pages_that_reference('EverBeenInLove').length
@ -69,7 +69,7 @@ class WebTest < Test::Unit::TestCase
assert_equal [home], @web.select.pages_that_link_to('AnotherPage')
end
def test_orphaned_pages
def test_001_orphaned_pages
add_sample_pages
home = @web.add_page('HomePage',
'This is a home page, it should not be an orphan',