|
Lines 1818-1824
subtest 'item_groups() tests' => sub {
Link Here
|
| 1818 |
$schema->storage->txn_rollback; |
1818 |
$schema->storage->txn_rollback; |
| 1819 |
}; |
1819 |
}; |
| 1820 |
|
1820 |
|
| 1821 |
subtest 'normalized_isbn' => sub { |
1821 |
subtest 'normalized_isbn() tests' => sub { |
| 1822 |
plan tests => 1; |
1822 |
plan tests => 1; |
| 1823 |
|
1823 |
|
| 1824 |
$schema->storage->txn_begin; |
1824 |
$schema->storage->txn_begin; |
|
Lines 1835-1841
subtest 'normalized_isbn' => sub {
Link Here
|
| 1835 |
|
1835 |
|
| 1836 |
}; |
1836 |
}; |
| 1837 |
|
1837 |
|
| 1838 |
subtest 'normalized_upc' => sub { |
1838 |
subtest 'normalized_upc() tests' => sub { |
| 1839 |
plan tests => 1; |
1839 |
plan tests => 1; |
| 1840 |
|
1840 |
|
| 1841 |
$schema->storage->txn_begin; |
1841 |
$schema->storage->txn_begin; |
|
Lines 1852-1858
subtest 'normalized_upc' => sub {
Link Here
|
| 1852 |
|
1852 |
|
| 1853 |
}; |
1853 |
}; |
| 1854 |
|
1854 |
|
| 1855 |
subtest 'normalized_oclc' => sub { |
1855 |
subtest 'normalized_oclc() tests' => sub { |
| 1856 |
plan tests => 1; |
1856 |
plan tests => 1; |
| 1857 |
|
1857 |
|
| 1858 |
$schema->storage->txn_begin; |
1858 |
$schema->storage->txn_begin; |
| 1859 |
- |
|
|