What has this to do with my question?<div><br></div>My question is how can I use the same app.config file when I start an application from Common Tests.<span></span><br><div><br><br>On Sunday, October 14, 2012, Andrew Gopienko wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From my eunit tests<br><br> SaslSpec = [{errlog_type, error}],<br> case application:load({application,sasl,SaslSpec}) of<br>
{error,{already_loaded,_}} -> ok;<br> ok -><br> ok = application:start(sasl),<br>
<br>
</blockquote></div>