IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2005, 2:37:43 PM (21 years ago)
Author:
jhoblitt
Message:

fix bool PS_META_* type
add [foo]Insert tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r4006 r4011  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.14 2005-05-20 22:53:49 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.15 2005-05-21 00:37:43 jhoblitt Exp $
    66
    77use strict;
     
    9898    'createtable_c.tt'      => "$output/tests/createtable.c",
    9999    'droptable_c.tt'        => "$output/tests/droptable.c",
     100    'insert_c.tt'           => "$output/tests/insert.c",
    100101);
    101102
     
    162163        return {
    163164            ctype   => "bool",
    164             mtype   => 'PS_META_STR',
     165            mtype   => 'PS_META_BOOL',
    165166            test    => 'true',
    166167        };
Note: See TracChangeset for help on using the changeset viewer.