No comments table in the WikiMaster.

This commit is contained in:
Colin Kuskie 2010-03-19 14:33:51 -07:00
parent 88ec09d279
commit b04651ecc8

View file

@ -18,7 +18,7 @@ use Test::Exception;
sub list_of_tables {
return [qw/assetData wobject WikiMaster assetAspectRssFeed assetAspectComments assetAspect_Subscribable/];
return [qw/assetData wobject WikiMaster assetAspectRssFeed assetAspect_Subscribable/];
}
1;