]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/perlmods/live_t/30-courses.t
480206c5dfc9e03a93396994f60893195655a4f6
[Evergreen.git] / Open-ILS / src / perlmods / live_t / 30-courses.t
1 #!perl
2  
3 use Test::More tests => 1;
4
5 diag("Test the course materials module.");
6
7 use strict; use warnings;
8
9 use OpenILS::Utils::TestUtils;
10 my $script = OpenILS::Utils::TestUtils->new();
11 $script->bootstrap;
12
13 our $apputils   = "OpenILS::Application::AppUtils";
14
15 is(1, 1, 'placeholder');
16
17
18 # Test: can attach a bib record with located URI
19 # Test: cannot attach a bib record without a located URI
20
21 # Test: can detach an item (just delete this)
22 # Test: can detach a record that is not temporary (just delete this)
23 # Test: can detach a record that is temporary (delete this, and delete the record too)