From: Leif Åstrand Date: Tue, 15 Nov 2011 11:20:40 +0000 (+0000) Subject: Possibly avoid missing locks by not cleaning up in the finally block, as another... X-Git-Tag: 7.0.0.alpha1~225^2~3^2~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=34a894f0da0f94c21e103778b242c66a7a9a5a6f;p=vaadin-framework.git Possibly avoid missing locks by not cleaning up in the finally block, as another test might already have started and acquired the lock when the finally block is executed svn changeset:21999/svn branch:6.7 --- diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index d20e6cf599..d15ff6619d 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -352,6 +352,7 @@ + @@ -394,18 +395,17 @@ - - - - - + - + + + +