add stemma edit/add dialog, textinfo edit dialog, UI bugfixes mostly to error handlin...
[scpubgit/stemmaweb.git] / t / view_JSON.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5
6 BEGIN { use_ok 'stemmaweb::View::JSON' }
7
8 done_testing();