##// END OF EJS Templates
Set proper default language....
Jean-Philippe Lang -
r13532:e3ee940745b1
parent child
Show More
@@ -95,7 +95,7 class WikiContentTest < ActiveSupport::TestCase
95 content = @page.content
95 content = @page.content
96 content.text = "My new content"
96 content.text = "My new content"
97
97
98 with_settings :notified_events => %w(wiki_content_updated) do
98 with_settings :notified_events => %w(wiki_content_updated), :default_language => 'en' do
99 assert content.save
99 assert content.save
100 end
100 end
101
101
General Comments 0
You need to be logged in to leave comments. Login now