From: SourceForge.net <no...@so...> - 2004-05-08 21:15:11
|
Patches item #942623, was opened at 2004-04-26 16:43 Message generated for change (Settings changed) made by ballie01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=316528&aid=942623&group_id=16528 Category: None Group: None >Status: Pending >Resolution: Fixed Priority: 5 Submitted By: Wesley J. Chun (wesc) Assigned to: Nobody/Anonymous (nobody) Summary: upgrade test/PgSQLTestCases.py to PG7.4 Initial Comment: % diff -C3 test/PgSQLTestCases.py *** test/PgSQLTestCases.py Sat Nov 30 20:59:25 2002 --- test/PgSQLTestCases74.py Mon Apr 26 13:17:48 2004 *************** *** 615,621 **** def CheckExecuteWithSingleton(self): """Test execute() with a singleton string as the parameter.""" ! if self.vstr.startswith("7.3"): flen = 11 elif self.vstr.startswith("7.2"): flen = 9 --- 615,623 ---- def CheckExecuteWithSingleton(self): """Test execute() with a singleton string as the parameter.""" ! if self.vstr.startswith("7.4"): ! flen = 11 ! elif self.vstr.startswith("7.3"): flen = 11 elif self.vstr.startswith("7.2"): flen = 9 *************** *** 798,804 **** # Define the row counts for various version of PosrtgreSQL # Note: We only have to check for the minor version number in order # to determine the needed row counts. ! rc = { '7.3':124, '7.2':101, '7.1':80, '7.0':65, '6.5':47 } v = self.vstr --- 800,806 ---- # Define the row counts for various version of PosrtgreSQL # Note: We only have to check for the minor version number in order # to determine the needed row counts. ! rc = { '7.4':137, '7.3':124, '7.2':101, '7.1':80, '7.0':65, '6.5':47 } v = self.vstr ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=316528&aid=942623&group_id=16528 |