[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 1d5839: Import gettext include to make unit tests friendli...

Madhura Jayaratne madhura.cj at gmail.com
Sun Mar 9 07:11:31 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 1d58392622592d9a2cd6b64b797017d5ba95a113
      https://github.com/phpmyadmin/phpmyadmin/commit/1d58392622592d9a2cd6b64b797017d5ba95a113
  Author: Jeff Chan <jefftchan at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/navigation/PMA_Node_Column_test.php
    M test/classes/navigation/PMA_Node_DatabaseChild_test.php
    M test/classes/navigation/PMA_Node_Database_test.php
    M test/classes/navigation/PMA_Node_Function_test.php
    M test/classes/navigation/PMA_Node_Index_test.php
    M test/classes/navigation/PMA_Node_Procedure_test.php
    M test/classes/navigation/PMA_Node_Table_test.php
    M test/classes/navigation/PMA_Node_View_test.php

  Log Message:
  -----------
  Import gettext include to make unit tests friendlier to running independently

The HHVM test runner runs the unit tests parallelly. Currently some tests
fail because not all the dependencies are properly included.

This is similar to this commit 840f7b12150aedca8f8d6d57c0da15dab9f99a07

Signed-off-by: Jeff Chan <jefftchan at gmail.com>


  Commit: 44b1e8b8c0ce8bc49ed2832a5c57af3185e4cf80
      https://github.com/phpmyadmin/phpmyadmin/commit/44b1e8b8c0ce8bc49ed2832a5c57af3185e4cf80
  Author: Madhura Jayaratne <madhura.cj at gmail.com>
  Date:   2014-03-09 (Sun, 09 Mar 2014)

  Changed paths:
    M test/classes/navigation/PMA_Node_Column_test.php
    M test/classes/navigation/PMA_Node_DatabaseChild_test.php
    M test/classes/navigation/PMA_Node_Database_test.php
    M test/classes/navigation/PMA_Node_Function_test.php
    M test/classes/navigation/PMA_Node_Index_test.php
    M test/classes/navigation/PMA_Node_Procedure_test.php
    M test/classes/navigation/PMA_Node_Table_test.php
    M test/classes/navigation/PMA_Node_View_test.php

  Log Message:
  -----------
  Merge pull request #1032 from jeffchan/fix-tests

Import gettext include to make unit tests friendlier to running independently


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3253e4ee4b42...44b1e8b8c0ce


More information about the Git mailing list