ignite-615-616 test rename
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/98534aaa Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/98534aaa Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/98534aaa Branch: refs/heads/ignite-471 Commit: 98534aaaf8a9c99aed26eea94e6cdc4e652ca9f8 Parents: 9af3561 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed Apr 1 13:07:44 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed Apr 1 13:07:44 2015 +0300 ---------------------------------------------------------------------- .../cache/integration/IgniteCacheStoreNodeRestartAbstractTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/98534aaa/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/integration/IgniteCacheStoreNodeRestartAbstractTest.java ---------------------------------------------------------------------- diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/integration/IgniteCacheStoreNodeRestartAbstractTest.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/integration/IgniteCacheStoreNodeRestartAbstractTest.java index cb85e63..a3e03ee 100644 --- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/integration/IgniteCacheStoreNodeRestartAbstractTest.java +++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/integration/IgniteCacheStoreNodeRestartAbstractTest.java @@ -74,7 +74,7 @@ public abstract class IgniteCacheStoreNodeRestartAbstractTest extends IgniteCach /** * @throws Exception If failed. */ - public void testStoreSession() throws Exception { + public void testMarshaller() throws Exception { grid(0).cache(CACHE_NAME1).put("key1", new UserObject("key1")); stopGrid(0); startGrid(1);