Changes between Initial Version and Version 5 of Ticket #957


Ignore:
Timestamp:
May 18, 2011, 2:30:04 AM (13 years ago)
Author:
strk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #957

    • Property Summary raster regress errors, SELECT and some gdal[raster] rt_asgdalraster regress test fails
  • Ticket #957 – Description

    initial v5  
    1010+f6fa7f8ae3c35c137a75acc855255083
    1111+7031666f7a668577b9de9cc6a8799f75
    12 --- rt_summarystats_expected    2011-05-17 09:50:39.000000000 +0200
    13 +++ /tmp/pgis_reg_9436/test_27_out      2011-05-17 17:05:27.000000000 +0200
    14 @@ -5,7 +5,7 @@
    15  -3.429205|6.570795
    16  -0.068584|1.045941
    17  BEGIN
    18 -SELECT 10
    19 +SELECT
    20  20|-3.429205|6.570795|-10|3.14159
    21  1000|-0.068584|1.045941|-10|3.14159
    22  20|-3.429205|6.570795|-10|3.14159
    23 --- rt_mean_expected    2011-05-17 09:50:39.000000000 +0200
    24 +++ /tmp/pgis_reg_9436/test_28_out      2011-05-17 17:05:27.000000000 +0200
    25 @@ -3,7 +3,7 @@
    26  -3.429205
    27  -0.068584
    28  BEGIN
    29 -SELECT 10
    30 +SELECT
    31  -3.429205
    32  -0.068584
    33  -3.429205
    34 --- rt_stddev_expected  2011-05-17 09:50:39.000000000 +0200
    35 +++ /tmp/pgis_reg_9436/test_29_out      2011-05-17 17:05:27.000000000 +0200
    36 @@ -3,7 +3,7 @@
    37  6.570795
    38  1.045941
    39  BEGIN
    40 -SELECT 10
    41 +SELECT
    42  6.570795
    43  1.045941
    44  6.570795
    4512}}}
    4613
    47 The above is with PostgreSQL 8.4, PostGIS r7171, GDAL 1.9.0 on a 64bit system.
    48 
    49 I guess we should strip the 'SELECT' lines out of output.
     14The above is with PostgreSQL 8.4, PostGIS r7171, GDAL 1.9.0 revision 21597 on a 64bit system.