MDL-51214 mod_forum: Update News forum => Announcements

This commit is contained in:
Andrew Nicols 2016-02-09 14:45:30 +08:00
parent 2f45a11ac4
commit 265a9bf769
5 changed files with 9 additions and 9 deletions

View file

@ -31,4 +31,4 @@ $string['orphaned'] = 'Orphaned';
$string['orphanedwarning'] = 'These activities are unreachable by users!';
$string['pluginname'] = 'Single activity format';
$string['sectionname'] = '';
$string['warningchangeformat'] = 'When changing the existing course format to "Single activity" make sure that you removed all extra activities from the course including the "News forum". Note that sections structure may be modified.';
$string['warningchangeformat'] = 'When changing the existing course format to "Single activity" make sure that you removed all extra activities from the course including "Announcements". Note that sections structure may be modified.';

View file

@ -20,13 +20,13 @@ Feature: Managers can create courses
When I log in as "teacher1"
And I follow "Course 1"
Then "Latest news" "block" should exist
And I follow "News forum"
And I follow "Announcements"
And "Add a new topic" "button" should exist
And "Forced subscription" "link" should not exist
And I log out
And I log in as "student1"
And I follow "Course 1"
And I follow "News forum"
And I follow "Announcements"
And "Add a new topic" "button" should not exist
And I should see "Forced subscription" in the "Administration" "block"