Changeset 223


Ignore:
Timestamp:
04/09/06 05:06:29 (18 years ago)
Author:
nanardon
Message:
  • use a test plugin for test
Location:
trunk/soft/ObsData
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/plugins/test.pl

    r221 r223  
    55sub { 
    66    my ($rda, $plugintype, $datafile, $datatype) = @_; 
     7    ref($rda) eq 'ObsData::Repository::dir::archive' or return(0); 
     8    $plugintype eq 'match_plugin' or return 0; 
     9    $datafile or return 0; 
     10    $datatype or return 0; 
    711    return( 
    812        1, # exit code 
  • trunk/soft/ObsData/testdata/obsdata-conftest

    r218 r223  
    2020reportto=nanardon@nanardon.zarb.org 
    2121postexec=cat > postexec.log 
    22 match_plugin=dummy.pl 
     22match_plugin=test.pl 
    2323 
    2424[oxygene] 
Note: See TracChangeset for help on using the changeset viewer.