You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/07 15:58:00 UTC

[cordova-windows] 06/16: add test for new override

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-CB-13829
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit 8c18f6a5fcdc8104b973f1109bfdc6b0e1514539
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jan 25 17:05:01 2018 +0100

    add test for new override
---
 spec/e2e/endtoend.spec.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/spec/e2e/endtoend.spec.js b/spec/e2e/endtoend.spec.js
index f4b8bd0..49484ea 100644
--- a/spec/e2e/endtoend.spec.js
+++ b/spec/e2e/endtoend.spec.js
@@ -90,6 +90,12 @@ describe('Cordova create and build', function () {
         _expectExist(/.*Phone.*\.appxupload/);
     });
 
+    it('spec.2c should build 8.1 win + phone project', function () {
+        shell.exec(buildScriptPath + ' --appx=8.1', {silent: silent});
+        _expectExist(/.*Windows.*\.appxupload/);
+        _expectExist(/.*Phone.*\.appxupload/);
+    });
+
     // --archs
     
     it('spec.3 should build project for particular CPU', function () {

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org