Skip to content

Commit

Permalink
Merge branch 'wip-mdl-52066-m28' of https://github.com/rajeshtaneja/m…
Browse files Browse the repository at this point in the history
…oodle into MOODLE_28_STABLE
  • Loading branch information
stronk7 authored and danpoltawski committed Nov 11, 2015
2 parents 097fe73 + ed61143 commit 6193543
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions calendar/tests/lib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,8 @@ public function test_calendar_cron_working_url() {
global $CFG;
require_once($CFG->dirroot . '/lib/cronlib.php');

// Moodle ICal URL (moodle.org events).
$presetwhat = 'all';
$presettime = 'recentupcoming';
$userid = 1;
$authtoken = 'a8bcfee2fb868a05357f650bd65dc0699b026524';
$subscriptionurl = 'https://moodle.org/calendar/export_execute.php'
. '?preset_what='.$presetwhat.'&preset_time='.$presettime.'&userid='.$userid.'&authtoken='.$authtoken;
// ICal URL from external test repo.
$subscriptionurl = $this->getExternalTestFileUrl('/ical.ics');

$subscription = new stdClass();
$subscription->eventtype = 'site';
Expand Down

0 comments on commit 6193543

Please sign in to comment.