Update test folder structure.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8540 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ucorina 2011-06-28 08:05:21 +00:00
parent 0a53ac3e9d
commit c3fdbbf399
10 changed files with 63 additions and 45 deletions

View file

@ -0,0 +1,8 @@
<?php
$oContext = &Context::getInstance();
$db_info->db_type = 'mssql';
$db_info->db_table_prefix = 'xe';
$oContext->setDbInfo($db_info);
?>