Procházet zdrojové kódy

Removed a / in the path CT#191

Arthur Portugal před 15 roky
rodič
revize
028cae6b19
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/main/admin/sub_language.class.test.php

+ 1 - 1
tests/main/admin/sub_language.class.test.php

@@ -65,7 +65,7 @@ class TestSubLanguageManager extends UnitTestCase {
 	public function testadd_file_in_language_directory(){
 		
 		$dirname = api_get_path(SYS_LANG_PATH);				
-		$dokeos_path_file = $dirname.'/español.inc.php';
+		$dokeos_path_file = $dirname.'español.inc.php';
 		$res = SubLanguageManager::add_file_in_language_directory($dokeos_path_file);
 		unlink($dokeos_path_file);
 		$this->assertNull($res);