diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-30 01:23:21 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-30 01:23:21 (GMT) |
commit | a9748ac28517cd9a6162c797d143d2c1777dc9ed (patch) | |
tree | a281e0ef8b30407a3cee60c93c44661572543321 /test | |
parent | fd4ff74330649a6364bfed2a1753311817448246 (diff) |
musicpools vs musicgrid
Diffstat (limited to 'test')
-rwxr-xr-x | test/get-music-clocks | 2 | ||||
-rwxr-xr-x | test/music-grids | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/get-music-clocks b/test/get-music-clocks index 20f2932..89fc53a 100755 --- a/test/get-music-clocks +++ b/test/get-music-clocks @@ -29,7 +29,7 @@ use RHRD::rddb; my @clocks = (); my ($ctx, $status, $errorstring) = RHRD::rddb::init(); if(defined $ctx) { - @clocks = RHRD::rddb::get_musicpools_clocks($ctx); + @clocks = RHRD::rddb::get_musicgrid_clocks($ctx); if(!defined $clocks[0] && defined $clocks[1]) { print STDERR "$clocks[1]: $clocks[2]"; RHRD::rddb::destroy($ctx); diff --git a/test/music-grids b/test/music-grids index 35bb702..8a15e76 100755 --- a/test/music-grids +++ b/test/music-grids @@ -29,7 +29,7 @@ my ($ctx, $status, $errorstring) = RHRD::rddb::init(); if(defined $ctx) { my $username = ""; $username = $ARGV[0] if(defined($ARGV[0])); - (my $authorized, $status, $errorstring) = RHRD::rddb::is_musicpools_user($ctx, $username); + (my $authorized, $status, $errorstring) = RHRD::rddb::is_musicgrid_user($ctx, $username); if(!defined $authorized) { print STDERR "$status: $errorstring\n"; RHRD::rddb::destroy($ctx); |