remove not supported files
This commit is contained in:
parent
2937e0ce90
commit
d24ada08f5
@ -1 +0,0 @@
|
||||
UPD 2022-11-24_23:21:11 16031 FHEM/98_Matrix.pm
|
@ -1 +0,0 @@
|
||||
UPD 2022-01-07_00:05:45 4688 FHEM/98_Matrix.pm
|
4
cpanfile
4
cpanfile
@ -1,4 +0,0 @@
|
||||
requires 'Test2::Suite';
|
||||
requires 'Devel::Cover';
|
||||
requires 'Devel::Cover::Report::Clover';
|
||||
recommends 'Pod::Usage';
|
@ -1,11 +1,11 @@
|
||||
parseParams#!/usr/bin/perl -w
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use File::Basename;
|
||||
use POSIX qw(strftime);
|
||||
use strict;
|
||||
|
||||
my @filenames = ( 'FHEM/98_Matrix.pm',
|
||||
'lib/FHEM/Devices/Matrix.pm'
|
||||
my @filenames = ( 'FHEM/70_Matrix.pm',
|
||||
'lib/FHEM/Devices/Matrix/Client.pm',
|
||||
);
|
||||
|
||||
my $controlsfile = 'controls_Matrix.txt';
|
||||
|
@ -1,31 +0,0 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Test2::V0;
|
||||
use Test2::Tools::Compare qw{is U};
|
||||
|
||||
InternalTimer(time()+1, sub() {
|
||||
my %hash;
|
||||
$hash{TEMPORARY} = 1;
|
||||
$hash{NAME} = q{dummyMatrix};
|
||||
$hash{TYPE} = q{Matrix server user};
|
||||
$hash{STAE} = q{???};
|
||||
|
||||
subtest "Matrix Test checking define" => sub {
|
||||
$hash{DEF} = "pass";
|
||||
plan(2);
|
||||
my $ret = Matrix_Define(\%hash,qq{$hash{NAME} $hash{TYPE}});
|
||||
like ($ret, qr/too few parameters: define <name> Matrix <greet>/, 'check error message Matrix_Define');
|
||||
|
||||
$ret = Matrix_Define(\%hash,qq{$hash{NAME} $hash{TYPE} $hash{DEF}});
|
||||
is ($ret, U(), 'check returnvalue Matrix_Define');
|
||||
};
|
||||
|
||||
|
||||
|
||||
done_testing();
|
||||
exit(0);
|
||||
|
||||
}, 0);
|
||||
|
||||
1;
|
@ -1 +0,0 @@
|
||||
define dummyMatrix Matrix matrix.web05.de
|
Loading…
Reference in New Issue
Block a user