Author: jpic
Date: Mon Feb 18 15:31:26 2008
New Revision: 7402

Log:
Fixed issue #12561: getSynopsis() bugs when at least 2 options don't have 
short-names.


Modified:
    trunk/ConsoleTools/ChangeLog
    trunk/ConsoleTools/tests/input_test.php

Modified: trunk/ConsoleTools/ChangeLog
==============================================================================
--- trunk/ConsoleTools/ChangeLog [iso-8859-1] (original)
+++ trunk/ConsoleTools/ChangeLog [iso-8859-1] Mon Feb 18 15:31:26 2008
@@ -6,7 +6,7 @@
   (ezcConsoleQuestionMappingValidator) was introduced for this, which extends
   ezcConsoleQuestionCollectionValidator and is now used for the 
yes-no-question.
 - Implemented issue #10791: ezcConsoleTable should implement __toString.
-
+- Fixed issue #12561: getSynopsis() bugs when at least 2 options don't have 
short-names.
 
 1.3.2 - Monday 14 January 2008
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Modified: trunk/ConsoleTools/tests/input_test.php
==============================================================================
--- trunk/ConsoleTools/tests/input_test.php [iso-8859-1] (original)
+++ trunk/ConsoleTools/tests/input_test.php [iso-8859-1] Mon Feb 18 15:31:26 
2008
@@ -2214,9 +2214,7 @@
         );
     }
 
-    /**
-     * See issue #012561
-     */
+    // Issue #012561 : getSynopsis() bugs when at least 2 options don't have 
short-names.
     public function testGetSynopsisLongOptionsWithoutShortNames()
     {
         $input = new ezcConsoleInput();


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to