diff options
| author | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:13:30 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:13:30 +0200 |
| commit | 44e1eff0155d3da825ae7f4ef9e334a8e231e909 (patch) | |
| tree | e6d21e4d0b8464ac9febb9efacc68cabe321a9c6 /test/unit | |
| parent | 8c6b4dcf08268ed2971b06df40c733ba28448582 (diff) | |
| parent | acc9301696de3589a17d1543a7ab3fc1914e8ce8 (diff) | |
Merge branch 'master' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/page_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/page_test.rb b/test/unit/page_test.rb index 2ada6de..8c2fc95 100644 --- a/test/unit/page_test.rb +++ b/test/unit/page_test.rb | |||
| @@ -121,7 +121,7 @@ class PageTest < ActiveSupport::TestCase | |||
| 121 | page.save | 121 | page.save |
| 122 | 122 | ||
| 123 | assert_equal 3, page.globalize_translations.size | 123 | assert_equal 3, page.globalize_translations.size |
| 124 | assert_equal 0, Page.find_with_outdated_translations.count | 124 | assert_equal 0, Page.find_with_outdated_translations.size |
| 125 | 125 | ||
| 126 | english = *page.globalize_translations.select {|x| x.locale == :en} | 126 | english = *page.globalize_translations.select {|x| x.locale == :en} |
| 127 | PageTranslation.record_timestamps = false | 127 | PageTranslation.record_timestamps = false |
