You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/06 11:37:44 UTC

[1/2] incubator-weex git commit: modify unit test

Repository: incubator-weex
Updated Branches:
  refs/heads/0.11-dev 79d00557c -> e18f5512d


modify unit test


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

Branch: refs/heads/0.11-dev
Commit: 08bc49edf035237e6865c0d4b18a78c54902ab46
Parents: 166442e
Author: xiayun <xi...@163.com>
Authored: Mon Mar 6 19:13:05 2017 +0800
Committer: xiayun <xi...@163.com>
Committed: Mon Mar 6 19:13:05 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDKTests/WXStorageTests.m | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/08bc49ed/ios/sdk/WeexSDKTests/WXStorageTests.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDKTests/WXStorageTests.m b/ios/sdk/WeexSDKTests/WXStorageTests.m
index f9661b1..65855b3 100644
--- a/ios/sdk/WeexSDKTests/WXStorageTests.m
+++ b/ios/sdk/WeexSDKTests/WXStorageTests.m
@@ -120,10 +120,6 @@
                 NSDictionary *infoDic = [NSDictionary dictionaryWithContentsOfFile:weakSelf.infoPath];
                 NSArray *indexArray = [NSArray arrayWithContentsOfFile:weakSelf.indexPath];
                 
-                NSTimeInterval tsNow = [[NSDate date] timeIntervalSince1970];
-                NSTimeInterval ts = [infoDic[@"key1"][@"ts"] doubleValue];
-                NSLog(@"ts:%f",ts);
-                
                 XCTAssert([@"success" isEqualToString:result[@"result"]]);
                 XCTAssert([@"shortValue12" isEqualToString:dic[@"key1"]]);
                 XCTAssertEqual(infoDic[@"key1"][@"persistent"], @(NO));
@@ -224,9 +220,6 @@
             NSDictionary *infoDic = [NSDictionary dictionaryWithContentsOfFile:weakSelf.infoPath];
             NSArray *indexArray = [NSArray arrayWithContentsOfFile:weakSelf.indexPath];
             
-            NSTimeInterval tsNow = [[NSDate date] timeIntervalSince1970];
-            NSTimeInterval ts = [infoDic[@"key4"][@"ts"] doubleValue];
-            
             XCTAssertEqual(result[@"result"], @"success");
             XCTAssertNotEqual(dic[@"key4"], longValue);
             XCTAssertTrue([dic[@"key4"] isEqualToString:@"#{eulaVlluNegarotSXW}"]);


[2/2] incubator-weex git commit: Merge branch '0.11-dev' of https://github.com/xiayun200825/incubator-weex into 0.11-dev

Posted by cx...@apache.org.
Merge branch '0.11-dev' of https://github.com/xiayun200825/incubator-weex into 0.11-dev


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

Branch: refs/heads/0.11-dev
Commit: e18f5512db8f4e9d6dd3ad69a7459477bcd29971
Parents: 79d0055 08bc49e
Author: cxfeng <cx...@gmail.com>
Authored: Mon Mar 6 19:37:33 2017 +0800
Committer: cxfeng <cx...@gmail.com>
Committed: Mon Mar 6 19:37:33 2017 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDKTests/WXStorageTests.m | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------