Repository: incubator-ignite Updated Branches: refs/heads/ignite-106-2 a18c79627 -> a21eae4bb
#ignite-106: Rename testGgfsApiExample() to testIgniteFsApiExample(). Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f2e49027 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f2e49027 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f2e49027 Branch: refs/heads/ignite-106-2 Commit: f2e49027215166e734224efe19e9bc45aa70248d Parents: a18c796 Author: ivasilinets <vasilinetc....@gmail.com> Authored: Wed Feb 4 03:27:22 2015 +0300 Committer: ivasilinets <vasilinetc....@gmail.com> Committed: Wed Feb 4 03:27:22 2015 +0300 ---------------------------------------------------------------------- .../java/org/apache/ignite/examples/IgniteFsExamplesSelfTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f2e49027/examples/src/test/java/org/apache/ignite/examples/IgniteFsExamplesSelfTest.java ---------------------------------------------------------------------- diff --git a/examples/src/test/java/org/apache/ignite/examples/IgniteFsExamplesSelfTest.java b/examples/src/test/java/org/apache/ignite/examples/IgniteFsExamplesSelfTest.java index 4d19bb1..790faa5 100644 --- a/examples/src/test/java/org/apache/ignite/examples/IgniteFsExamplesSelfTest.java +++ b/examples/src/test/java/org/apache/ignite/examples/IgniteFsExamplesSelfTest.java @@ -34,7 +34,7 @@ public class IgniteFsExamplesSelfTest extends GridAbstractExamplesTest { /** * @throws Exception If failed. */ - public void testGgfsApiExample() throws Exception { + public void testIgniteFsApiExample() throws Exception { String configPath = U.isWindows() ? IGNITEFS_LOOPBACK_CFG : IGNITEFS_SHMEM_CFG; try {