diff test/unit/.svn/text-base/wiki_test.rb.svn-base @ 120:cd2282d2aa55 cannam

Merge from the default branch. Note that this is not a valid SVN repository any more (use default, redmine-1.1 etc for SVN updates).
author Chris Cannam
date Thu, 13 Jan 2011 14:33:08 +0000
parents af80e5618e9b 8661b858af72
children 753f1380d6bc
line wrap: on
line diff
--- a/test/unit/.svn/text-base/wiki_test.rb.svn-base	Thu Jan 13 13:21:03 2011 +0000
+++ b/test/unit/.svn/text-base/wiki_test.rb.svn-base	Thu Jan 13 14:33:08 2011 +0000
@@ -46,6 +46,9 @@
     assert_equal page, wiki.find_page('Another_page')
     assert_equal page, wiki.find_page('Another page')
     assert_equal page, wiki.find_page('ANOTHER page')
+    
+    page = WikiPage.find(10)
+    assert_equal page, wiki.find_page('Этика_менеджмента')
   end
   
   def test_titleize