IGNITE-45 - Fixed test.

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/42f3f2fa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/42f3f2fa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/42f3f2fa

Branch: refs/heads/ignite-45
Commit: 42f3f2fae957f06a8ef520b846dbb11b23d22c23
Parents: f0a805f
Author: Alexey Goncharuk <agoncha...@gridgain.com>
Authored: Tue Mar 17 19:42:56 2015 -0700
Committer: Alexey Goncharuk <agoncha...@gridgain.com>
Committed: Tue Mar 17 19:42:56 2015 -0700

----------------------------------------------------------------------
 .../processors/cache/IgniteTxStoreExceptionAbstractSelfTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/42f3f2fa/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxStoreExceptionAbstractSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxStoreExceptionAbstractSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxStoreExceptionAbstractSelfTest.java
index 2e356ae..0446eaa 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxStoreExceptionAbstractSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/IgniteTxStoreExceptionAbstractSelfTest.java
@@ -93,6 +93,8 @@ public abstract class IgniteTxStoreExceptionAbstractSelfTest 
extends GridCacheAb
 
     /** {@inheritDoc} */
     @Override protected void afterTestsStopped() throws Exception {
+        super.afterTestsStopped();
+
         store = null;
     }
 

Reply via email to