make default configurations more general and adjust tests accordingly
This commit is contained in:
parent
da100b85f5
commit
b08be903d2
3 changed files with 8 additions and 8 deletions
|
|
@ -51,10 +51,10 @@ class SettingsTest extends TestCase
|
|||
public function testBuildFileName()
|
||||
{
|
||||
$path = './config/';
|
||||
$prefix = 'VeruA';
|
||||
$prefix = '';
|
||||
$postfix = 'conf.php';
|
||||
$type = '';
|
||||
$defaultName = "$path$prefix.$type$postfix";
|
||||
$defaultName = "$path$prefix$type$postfix";
|
||||
|
||||
$cfg = new Settings();
|
||||
|
||||
|
|
@ -63,5 +63,5 @@ class SettingsTest extends TestCase
|
|||
}
|
||||
|
||||
/* jEdit buffer local properties {{{
|
||||
* :folding=explicit:collapseFolds=1:
|
||||
* :folding=explicit:collapseFolds=1:
|
||||
}}}*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue