aboutsummaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/03-Shared_GUI.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t
index f4ac300a..57a24beb 100644
--- a/t/03-Shared_GUI.t
+++ b/t/03-Shared_GUI.t
@@ -9,6 +9,8 @@ BEGIN {
use_ok( 'AdminPanel::Shared' ) || print "AdminPanel::Shared failed!\n";
}
+ is (AdminPanel::Shared::distName(), 'adminpanel', 'distname');
+
ok( my $gui = AdminPanel::Shared::GUI->new(), 'create');
diag "\n\nNext tests will create some gui dialogs";