Re: SQL::Statement 1.31_001 dev-release and test rewrite

2011-01-06 Thread Michael G Schwern
On 2011.1.6 10:08 PM, Jens Rehsack wrote: > That's only one step - I want the line numbers of the test, and the test is > currently written as an hash-entry in a test-list. By "test" do you mean "where the entry is defined in the hash"? Like, for example... #line 1 my %tests = (

Re: SQL::Statement 1.31_001 dev-release and test rewrite

2011-01-06 Thread H.Merijn Brand
On Thu, 06 Jan 2011 11:08:15 +, Jens Rehsack wrote: > On 01/01/11 07:55, Michael G Schwern wrote: > > On 2011.1.1 12:38 AM, Jens Rehsack wrote: > >> Further I need some help on test rewrite (that's why you, Michael > >> Schwern, are on CC). > >> I'd like to rewrite step by step all tests like

Re: SQL::Statement 1.31_001 dev-release and test rewrite

2011-01-06 Thread Jens Rehsack
On 01/01/11 07:55, Michael G Schwern wrote: On 2011.1.1 12:38 AM, Jens Rehsack wrote: Further I need some help on test rewrite (that's why you, Michael Schwern, are on CC). I'd like to rewrite step by step all tests like I did in t/06virtual.t and t/08join.t. For this I have to move the test mai

Re: SQL::Statement 1.31_001 dev-release and test rewrite

2010-12-31 Thread Michael G Schwern
On 2011.1.1 12:38 AM, Jens Rehsack wrote: > Further I need some help on test rewrite (that's why you, Michael > Schwern, are on CC). > I'd like to rewrite step by step all tests like I did in t/06virtual.t > and t/08join.t. For this I > have to move the test main loop into the TestLib.pm and I woul