repo.or.cz
/
koha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 10448: can now change framework after duplicating bib record
[koha.git]
/
t
/
Output.t
blob
a70e7c8f6f337e88a26fda9a6cbfe599790b69ae
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
6
use
Test
::
More tests
=>
1
;
7
8
BEGIN
{
9
use_ok
(
'C4::Output'
);
10
}