[Messaging] Fix typo error
authorJunghyuk Park <junghyuk.park@samsung.com>
Wed, 25 Sep 2013 11:59:28 +0000 (20:59 +0900)
committerJunghyuk Park <junghyuk.park@samsung.com>
Wed, 25 Sep 2013 11:59:28 +0000 (20:59 +0900)
Change-Id: I33b1e00c15471d79c249d854bea1c5c05dca98b9

tct-messaging-email-tizen-tests/messaging/MessageService_sync_with_errorCallback.html

index ea9d4bc114ccd23d55e3fdb2882c3e44d1753518..d5657db02cc1838e041581c7593523df80bb7f30 100755 (executable)
@@ -70,7 +70,7 @@ t.step(function () {
     });
 
     syncError = t.step_func(function (error) {
-        if (syncRetryCount <= EMAIL_SYNC_RETRY_LIMIT) {
+        if (syncRetryCount <= EMAIL_RESYNC_LIMIT) {
             setTimeout(syncRequest, 1000);
         } else {
             assert_unreached("sync() error callback: name:" + error.name + ", msg:" + error.message);