pqa - pqa: A new unit test, replaced clunkyness with Enumerable.inject

From: tom(at)pgfoundry(dot)org (User Tom)
To: pgsql-committers(at)postgresql(dot)org
Subject: pqa - pqa: A new unit test, replaced clunkyness with Enumerable.inject
Date: 2005-11-14 21:50:39
Message-ID: 20051114215039.BD475112506B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
A new unit test, replaced clunkyness with Enumerable.inject niceness

Modified Files:
--------------
pqa/lib:
pqa.rb (r1.88 -> r1.89)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.88&r2=1.89)
test_pqa.rb (r1.28 -> r1.29)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/test_pqa.rb.diff?r1=1.28&r2=1.29)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2005-11-14 22:08:15 pgsql: Translation typo fix
Previous Message User Tom 2005-11-14 21:38:49 pqa - pqa: Added another unit test; less Java-ish, more Ruby-ish