<div dir="ltr">Hi,<div>config.inc.php does not exist in pMA by default so what's the purpose of testing for the same?<div><br><div>If we replace it by config.sample.inc.php which exists, we can test for file permissions!</div>

<div>behavior of config.sample.inc.php will be similar to how config.inc.php will behave in real scenario! </div></div></div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><font color="#666666">Minhaz</font><div>

<font color="#666666"><a href="http://cistoner.org" target="_blank">cistoner.org</a></font></div></div></div>
<br><br><div class="gmail_quote">On Wed, Mar 5, 2014 at 6:43 PM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com" target="_blank">michal@cihar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi<br>
<br>
Dne Wed, 5 Mar 2014 17:49:54 +0530<br>
Minhaz A V <<a href="mailto:minhazav@gmail.com">minhazav@gmail.com</a>> napsal(a):<br>
<br>
> In the setUp() of the test class *PMA_ConfigTest *(<br>
<div class="">> ./test/classes/PMA_ConfigTest.php ) two objects are created one for testing<br>
> purpose ($object variable of class) and other as a global variable<br>
><br>
> the test object is initialized with no parameter, while the global one<br>
</div>> is initialized with "*config.inc.php*" as a parameter,<br>
> Although it should be initialized with *"config.sample.inc.php" *as this<br>
<div class="">> file exist in codebase while former does not.<br>
<br>
</div>Why do you think it should be initialized with existing file? It should<br>
be IMHO working configuration, not the sample one.<br>
<div class=""><br>
> But there is a problem I'm facing here, for the global version the<br>
> assertion for permissions is failing, while it should not .... I can't<br>
> understand this. Can anyone help?<br>
<br>
</div>I think that doing assertions on global version is simply wrong.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://phpmyadmin.net" target="_blank">http://phpmyadmin.net</a><br>
</font></span><br>------------------------------------------------------------------------------<br>
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.<br>
With Perforce, you get hassle-free workflows. Merge that actually works.<br>
Faster operations. Version large binaries.  Built-in WAN optimization and the<br>
freedom to use Git, Perforce or both. Make the move to Perforce.<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk</a><br>_______________________________________________<br>


Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
<br></blockquote></div><br></div>