#!/usr/bin/perl -w
######################################################################
#
# $Id: test_harness.local,v 1.1 2006/05/25 20:28:41 mavrik Exp $
#
######################################################################
use strict;
######################################################################
#
# GetToolName
#
######################################################################
sub GetToolName
{
return "webjob-dsvtool";
}
1;