skala
Yannick Warnier 13 years ago
commit 3f3acff1fb
  1. 2
      main/lang/english/install.inc.php
  2. 1
      main/lang/english/trad4all.inc.php
  3. 3
      tests/run.php

@ -133,4 +133,4 @@ $CourseTestWasCreated = "A test course has been created successfully";
$InstallExecution = "Installation process execution"; $InstallExecution = "Installation process execution";
$UpdateExecution = "Update process execution"; $UpdateExecution = "Update process execution";
$PleaseWaitThisCouldTakeAWhile = "Please wait. This could take a while..."; $PleaseWaitThisCouldTakeAWhile = "Please wait. This could take a while...";
?> ?>

@ -1255,4 +1255,5 @@ $Go = "Go";
$ImportThematic = "Import course progress"; $ImportThematic = "Import course progress";
$ExportThematic = "Export course progress"; $ExportThematic = "Export course progress";
$DeleteAllThematic = "Delete all course progress"; $DeleteAllThematic = "Delete all course progress";
$ThisPlatformWasUnableToSendTheEmailPleaseContactXForMoreInformation = "This platform was unable to send the email. Please contact %s for more information.";
?> ?>

@ -1,3 +0,0 @@
#!/bin/bash
php5 test_suite.php > log/results.xml
xsltproc simpletest_to_junit.xsl log/results.xml > log/results-1.xml
Loading…
Cancel
Save