summaryrefslogtreecommitdiff
path: root/test/unit/page_test.rb
AgeCommit message (Expand)Author
2009-07-18Test::Unit Fixtures can't handle globalize2's translated attributes which is why its impossible to set translated attributes via fixtures. Therefor I removed...hukl
2009-04-05renamed count to size for older rubyshukl
2009-03-29a few more assertionshukl
2009-03-29Added unit test to verify the basic functionality of the find_with_outdated_translations method. Found and fixed some issued on the way. [ x ] Testing rockshukl
2009-03-10small compatibility fix for page testerdgeist
2009-03-05rewriting url in body fields to include the locale before saving the page. xpath magick for the win!hukl
2009-02-27more tests and fixes. always write tests - they are so good!hukl
2009-02-27unit test for the Page.aggregate method to verify only published pages are aggregatedhukl
2009-01-31Added Page model scaffoldhukl