IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5330


Ignore:
Timestamp:
Oct 14, 2005, 11:33:44 AM (21 years ago)
Author:
jhoblitt
Message:

remove t/99_pot.t
add t/00_distribution.t

Location:
trunk/PS-IPP-MetaDB
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-MetaDB/MANIFEST

    r5209 r5330  
    1010scripts/mdb-find-new
    1111scripts/mdb-new2newed
     12t/00_distribution.t
    1213t/01_load.t
    1314t/02_mdb-add-new.t
    14 t/99_pod.t
  • trunk/PS-IPP-MetaDB/t/03_mdb-find-new.t

    r5215 r5330  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: 03_mdb-find-new.t,v 1.1 2005-10-01 01:40:44 jhoblitt Exp $
     5# $Id: 03_mdb-find-new.t,v 1.2 2005-10-14 21:33:44 jhoblitt Exp $
    66
    77use strict;
     
    7070is($test->stderr, "", "no output to stderr");
    7171
     72END { reset_db() }
     73
    7274sub missing_args
    7375{
     
    7779    like($test->stderr, qr/$errstr/, "error string is: $errstr");
    7880}
     81
     82sub reset_db
     83{
     84        use PS::IPP::MetaDB dsn => "DBI:mysql:test", user => "test";
     85            PS::IPP::MetaDB::Image::New->drop_table();
     86}
     87
Note: See TracChangeset for help on using the changeset viewer.