IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2005, 12:05:24 PM (21 years ago)
Author:
jhoblitt
Message:

add comment test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Metadata-Config/t/03_metadata.t

    r3486 r3841  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: 03_metadata.t,v 1.2 2005-03-23 22:07:49 jhoblitt Exp $
     5# $Id: 03_metadata.t,v 1.3 2005-05-04 22:05:24 jhoblitt Exp $
    66
    77use strict;
     
    1212#$::RD_TRACE = 1;
    1313
    14 use Test::More tests => 6;
     14use Test::More tests => 7;
    1515use PS::IPP::Metadata::Config;
    1616
     
    2929
    3030    ok( defined( $config ), "SDRS example");
     31}
     32
     33{
     34my $example = q{
     35CELL      METADATA          # foo
     36 EXTNAME   STR   CCD00      # bar
     37 BIASSEC   STR   BSEC-00    # baz
     38 CHIP      STR   CHIP.00    # zab
     39 NCELL     S32   24         # rab
     40END                         # oof
     41};
     42    my $config = $config_parser->parse( $example );
     43
     44    ok( defined( $config ), "SDRS example + comments");
    3145}
    3246
Note: See TracChangeset for help on using the changeset viewer.