#!/usr/local/bin/perl -w =head1 NAME 02dest.t - testing of VCP::Dest services =cut use strict ; use Carp ; use Test ; use VCP::Dest; my $p ; my @tests = ( sub { $p = VCP::Dest->new(); ok ref $p, 'VCP::Dest'; }, sub { ok length $p->digest( $0 ); }, sub { ok 0+$p->options_as_strings; }, ) ; plan tests => scalar( @tests ) ; $_->() for @tests ;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6118 | Dimitry Andric | Integ from //public/revml to //guest/dimitry_andric/revml/main. | ||
//guest/perforce_software/revml/t/02dest.t | |||||
#1 | 3460 | Barrie Slaymaker |
- Revamp Plugin/Source/Dest hierarchy to allow for reguritating options in to .vcp files |