python - ip: Update unit tests to reflect new greentrunk protocol.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Update unit tests to reflect new greentrunk protocol.
Date: 2007-12-27 03:34:26
Message-ID: 20071227033426.9162117ACF26@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update unit tests to reflect new greentrunk protocol.

s/Parameter/Settings/
Increase perf load sze.

Modified Files:
--------------
ip/src/test:
perf_copy_io.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/perf_copy_io.py.diff?r1=1.2&r2=1.3)
perf_query_io.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/perf_query_io.py.diff?r1=1.2&r2=1.3)
test_interface.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/test_interface.py.diff?r1=1.2&r2=1.3)
test_types.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/test_types.py.diff?r1=1.1&r2=1.2)

Removed Files:
-------------
ip/test:
abstract.py
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/test/abstract.py)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-12-27 05:30:25 python - pq: Rewrite the client3 PQ transaction manager.
Previous Message James William Pye 2007-12-27 03:31:25 python - ip: Subclass InteractiveConsole for auto-savepointing.