#!perl -w
use strict;
-use Test::More tests => 45;
+use Test::More;
use_ok("BSE::Cfg");
use_ok("Squirrel::Template");
use_ok("BSE::Template");
use_ok("DevHelp::HTML");
use_ok("DevHelp::Validate");
use_ok("BSE::Variables");
+use_ok("BSE::PubSub");
use_ok("BSE::TB::AuditLog");
use_ok("BSE::TB::Tag");
use_ok("BSE::TB::Tags");
use_ok("BSE::TB::TagOwners");
use_ok("BSE::TB::Article");
use_ok("BSE::TB::Articles");
+use_ok("BSE::TB::ProductOptionValues");
+use_ok("BSE::TB::ProductOptions");
+use_ok("BSE::TB::Product");
+use_ok("BSE::TB::Products");
use_ok("BSE::TB::Coupons");
use_ok("BSE::TB::Coupon");
use_ok('BSE::Generate');
use_ok("BSE::Coupon::ProductPercent");
use_ok("BSE::UI::AdminShop");
+done_testing();
+
my $builder = Test::Builder->new;
$builder->is_passing or $builder->BAIL_OUT;