Commit 34fc4210 authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #11 from jonpday/layout_fix

Layout fix
parents 9140a012 7b335650
......@@ -46,7 +46,7 @@ class EcomDev_PHPUnit_Model_Design_Package
'_package' => $expectedDesignPackage
);
$expectedFileName = Mage::getBaseDir('design') . DS . $this->_renderFilename($fileName, $params);
$expectedFileName = $this->_renderFilename($fileName, $params);
} else {
$expectedFileName = $actualFileName;
if (!file_exists($actualFileName)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment