IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4011


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

fix bool PS_META_* type
add [foo]Insert tests

Location:
trunk/glueforge
Files:
2 added
3 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        };
  • trunk/glueforge/templates/psdb/tests_makefile_am.tt

    r4006 r4011  
    5555        cleanup \
    5656        createtable \
    57     droptable
     57    droptable \
     58    insert
    5859
    5960AM_CPPFLAGS = -I$(top_srcdir)/src$
  • trunk/glueforge/templates/psdb/testsuite_at.tt

    r4006 r4011  
    1414
    1515[% INCLUDE droptable_at.tt %]
     16
     17[% INCLUDE insert_at.tt %]
Note: See TracChangeset for help on using the changeset viewer.