Minor - Fixed wrong letter case notice

skala
ywarnier 14 years ago
parent 0c4711482b
commit d57ba323fa
  1. 2
      tests/main/inc/lib/tracking.lib.test.php

@ -160,7 +160,7 @@ class TestTracking extends UnitTestCase {
$this->tracking = new Tracking();
$res = $this->tracking->get_avg_student_progress($_user['user_id'], $_course['cidReq']);
$this->assertWithinMargin(0,100,$res);
$res = $this->tracking->get_avg_student_progress($_user['user_id'], $_course['cidReq'], $_session['id_session']);
$res = $this->tracking->get_avg_student_progress($_user['user_id'], $_course['cidReq'], $_SESSION['id_session']);
$this->assertWithinMargin(0,100,$res);
$res = $this->tracking->get_avg_student_progress(null, $_course['cidReq']);
$this->assertNull($res);

Loading…
Cancel
Save