Changeset 32 for trunk

Show
Ignore:
Timestamp:
06/01/09 20:33:46 (3 years ago)
Author:
fumanchu
Message:

Fixed an ordering buglet in test_asserts.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/epic/test/test_asserts.sql

    r20 r32  
    360360  -- text fields 
    361361  PERFORM test.assert_column( 
    362     'pg_namespace WHERE nspname IN (''public'', ''test'')', 
     362    'pg_namespace WHERE nspname IN (''public'', ''test'') ORDER BY nspname', 
    363363    ARRAY['public', 'test'], 
    364364    'nspname');