BUG 9180 Correct display priority in cases lists

Code Issue
----------
A number is display in the Priority column in the cases lists instead of the
priority in text.

Solution
--------
Correct display of priority column in cases lists.
The text that describes the priority is display instead of the priority number.
The number is converted to the corresponding text with the help of the function
G::LoadTranslation("ID_PRIORITY_N");
This commit is contained in:
Herbert Saal Gutierrez
2012-06-18 17:58:14 -04:00
parent 71e4bb4f6d
commit 273dff4745
5 changed files with 298 additions and 6 deletions

View File

@@ -780,7 +780,7 @@ class GTest extends PHPUnit_Framework_TestCase
*/
public function testMySQLSintaxis()
{
define('DB_ADAPTER', 'mysql');
//define('DB_ADAPTER', 'mysql');
$this->assertTrue(G::MySQLSintaxis());
}