Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-nodejs 7e94dedda -> a3aa145c3


#nodejs: fix jsdoc


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

Branch: refs/heads/ignite-nodejs
Commit: a067a60578cd9ba87389d875d6bae4a6b47d301c
Parents: 7e94ded
Author: ivasilinets <ivasilin...@gridgain.com>
Authored: Mon Jun 8 13:18:10 2015 +0300
Committer: ivasilinets <ivasilin...@gridgain.com>
Committed: Mon Jun 8 13:18:10 2015 +0300

----------------------------------------------------------------------
 modules/nodejs/src/test/js/test_runner.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a067a605/modules/nodejs/src/test/js/test_runner.js
----------------------------------------------------------------------
diff --git a/modules/nodejs/src/test/js/test_runner.js 
b/modules/nodejs/src/test/js/test_runner.js
index ab4490a..471df11 100644
--- a/modules/nodejs/src/test/js/test_runner.js
+++ b/modules/nodejs/src/test/js/test_runner.js
@@ -16,7 +16,7 @@
  */
 
 /**
- * Create instance of TestUtils
+ * Create instance of TestRunner
  *
  * @constructor
  */
@@ -24,7 +24,7 @@ function TestRunner() {
 }
 
 /**
- * Test routine.
+ * Test routine
  */
 TestRunner.runTest = function() {
     var fileName = process.argv[2].toString().trim();

Reply via email to