You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by kf...@apache.org on 2017/06/27 06:01:47 UTC

[07/10] incubator-weex git commit: + [ios] update text method

+ [ios] update text method


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

Branch: refs/heads/0.14-dev
Commit: f405ffa98d3a15c748783fe5dd7e395c00cab0ff
Parents: 91e6294
Author: 齐山 <su...@163.com>
Authored: Sun Jun 25 14:32:15 2017 +0800
Committer: 齐山 <su...@163.com>
Committed: Sun Jun 25 14:32:15 2017 +0800

----------------------------------------------------------------------
 test/scripts/components/textarea-maxlength.test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/f405ffa9/test/scripts/components/textarea-maxlength.test.js
----------------------------------------------------------------------
diff --git a/test/scripts/components/textarea-maxlength.test.js b/test/scripts/components/textarea-maxlength.test.js
index 01c873f..c3c583d 100644
--- a/test/scripts/components/textarea-maxlength.test.js
+++ b/test/scripts/components/textarea-maxlength.test.js
@@ -48,7 +48,7 @@ describe('@ignore-android textarea maxlength vue test2 ', function () {
       .elementById('status')
       .text()
       .then((text)=>{
-        console.log(text())
+        console.log(text)
         assert.equal(text,'1234')
      })
   })