
| Current Path : /var/www/web-klick.de/dsh/90_akt/DivBasicF/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/90_akt/DivBasicF/Test_GoogleCal_0.pm |
package DivBasicF::Test_GoogleCal_0;
use strict;
use IfT::GoogleCal;
#******************************************************************
sub new {
my $class = shift;
my $self = {};
bless($self,$class);
return($self);
}
#******************************************************************
sub test_10001 {
my $self = shift;
my @pars = @_;
if ($pars[0] eq "___DESCRIPTION___") {
return("Basis-Test 10001 GoogleCal.");
}
return(0,"SUCCESS");
# return(10,"Could not execute Test because of ...");
# return(11,"Could not execute Test because of ...");
# return(12,"Could not execute Test because of ...");
# return(1000,"ERROR: ...");
# return(1001,"ERROR: ...");
}
1;