Package up the Web Script tests into a suite

All except one test have gone into the suite, that one is listed explicitly
 in build.xml as it needs to be run in its own JVM as it has its own
 custom context that won't shut down properly.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19232 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-03-11 16:37:13 +00:00
parent 66bbd4339a
commit 0f9971aca0
2 changed files with 93 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ public class ThumbnailServiceTest extends BaseWebScriptTest
{
super.tearDown();
AuthenticationUtil.clearCurrentSecurityContext();
}
public void testCreateThumbnail() throws Exception