[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 9d8e88: Add UT to validate that the data is set correctly ...

Michal Čihař michal at cihar.com
Wed Jul 10 13:29:07 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 9d8e88bbb1e7ecca0a57bc56afafc9a45b6e5f0d
      https://github.com/phpmyadmin/phpmyadmin/commit/9d8e88bbb1e7ecca0a57bc56afafc9a45b6e5f0d
  Author: adamgsoc2013 <adamgsoc2013 at gmail.com>
  Date:   2013-07-09 (Tue, 09 Jul 2013)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Export_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php
    A test/classes/schema/Dia_Relation_Schema_test.php
    A test/classes/schema/Eps_Relation_Schema_test.php
    M test/classes/schema/Export_Relation_Schema_test.php
    A test/classes/schema/Pdf_Relation_Schema_test.php
    A test/classes/schema/Svg_Relation_Schema_test.php

  Log Message:
  -----------
  Add UT to validate that the data is set correctly on the sub class of Schema


  Commit: e476fc57c375a09eb4021eb83728b75d874cfa86
      https://github.com/phpmyadmin/phpmyadmin/commit/e476fc57c375a09eb4021eb83728b75d874cfa86
  Author: adamgsoc2013 <adamgsoc2013 at gmail.com>
  Date:   2013-07-09 (Tue, 09 Jul 2013)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php

  Log Message:
  -----------
  space instead of tab


  Commit: bedd8288afb0e91f922e0c416e89be09a8c41b61
      https://github.com/phpmyadmin/phpmyadmin/commit/bedd8288afb0e91f922e0c416e89be09a8c41b61
  Author: adamgsoc2013 <adamgsoc2013 at gmail.com>
  Date:   2013-07-09 (Tue, 09 Jul 2013)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php

  Log Message:
  -----------
  fix the class redefine error in sub class of Schema
1. change class Table_Stats to Table_Stats_$type
2. change class Relation_Stats to Relation_Stats_$type


  Commit: ad726ccb942350aa2af962a3d6f57595b00c552c
      https://github.com/phpmyadmin/phpmyadmin/commit/ad726ccb942350aa2af962a3d6f57595b00c552c
  Author: adamgsoc2013 <adamgsoc2013 at gmail.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php
    M libraries/schema/User_Schema.class.php
    M schema_export.php

  Log Message:
  -----------
  split output from constructor for Schema classes
remove "exit" which is unneeded action


  Commit: 959f94f0872722340702d48fb8e22516aa64b8e0
      https://github.com/phpmyadmin/phpmyadmin/commit/959f94f0872722340702d48fb8e22516aa64b8e0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M libraries/schema/Dia_Relation_Schema.class.php
    M libraries/schema/Eps_Relation_Schema.class.php
    M libraries/schema/Export_Relation_Schema.class.php
    M libraries/schema/Pdf_Relation_Schema.class.php
    M libraries/schema/Svg_Relation_Schema.class.php
    M libraries/schema/User_Schema.class.php
    M schema_export.php
    A test/classes/schema/Dia_Relation_Schema_test.php
    A test/classes/schema/Eps_Relation_Schema_test.php
    M test/classes/schema/Export_Relation_Schema_test.php
    A test/classes/schema/Pdf_Relation_Schema_test.php
    A test/classes/schema/Svg_Relation_Schema_test.php

  Log Message:
  -----------
  Merge pull request #490 from adamgsoc2013/UT_plu_schame

Add UT to validate that the data is set correctly on the sub class of Schema


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/bbabfa80ca01...959f94f08727


More information about the Git mailing list