[wp-trac] Re: [WordPress Trac] #5081: make_clickable shouldn't include trailing punctuation

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 17 07:44:13 GMT 2008


#5081: make_clickable shouldn't include trailing punctuation
-------------------------------------+--------------------------------------
 Reporter:  matt                     |        Owner:  neodude 
     Type:  defect                   |       Status:  reopened
 Priority:  normal                   |    Milestone:  2.5     
Component:  General                  |      Version:  2.3     
 Severity:  minor                    |   Resolution:          
 Keywords:  has-patch needs-testing  |  
-------------------------------------+--------------------------------------
Comment (by nbachiyski):

 neodude, you can run only your tests by executing:
 {{{ php wp-test.php -t <test-classname-here>}}}

 Also, we have a system, which can connect your unit test with WordPress
 trac tickets. If you add:
  {{{$this->knownWPBug(5081); }}}
 call in your the beginning of a test method, it will:
  * be skipped if the corresponding ticket isn't closed and checked
 otherwise
  * be skipped if {{{-s}}} command line option is supplied for {{{wp-
 test.php}}}
  * be checked if {{{-f}}} command line option is supplied for {{{wp-
 test.php}}}

 Your tests were committed in revision 172 of wordpress-tests.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5081#comment:12>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list