fix the haste version

This commit is contained in:
Girish Ramakrishnan 2016-04-15 20:58:07 -07:00
parent 8a0ebb0b41
commit 083a99025e

View File

@ -3,7 +3,6 @@
/* /*
* This tests an app update on the cloudron. There are * This tests an app update on the cloudron. There are
* two versions of haste in the staging appstore * two versions of haste in the staging appstore
* com.hastebin.cloudronapp@0.1.1 and com.hastebin.cloudronapp@0.3.0
*/ */
'use strict'; 'use strict';
@ -19,7 +18,7 @@ require('colors');
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
var BOX_VERSION = process.env.BOX_VERSION; var BOX_VERSION = process.env.BOX_VERSION;
var APP_ID = 'com.hastebin.cloudronapp', APP_OLD_VERSION = '0.1.1', APP_NEW_VERSION = '0.3.0'; var APP_ID = 'com.hastebin.cloudronapp', APP_OLD_VERSION = '0.4.0', APP_NEW_VERSION = '0.4.1';
describe('Application update test', function () { describe('Application update test', function () {
this.timeout(0); this.timeout(0);