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 2019/07/06 11:50:00 UTC

[cordova-windows] 01/01: unxit build spec 8, 10 + 12

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

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

commit 29dcd519ad1dc4fab751db8314690d1f668ff0c8
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Jul 6 13:49:48 2019 +0200

    unxit build spec 8, 10 + 12
---
 spec/unit/build.spec.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/unit/build.spec.js b/spec/unit/build.spec.js
index e9d81d2..224abb6 100644
--- a/spec/unit/build.spec.js
+++ b/spec/unit/build.spec.js
@@ -254,7 +254,7 @@ describe('run method', function () {
             });
     });
 
-    xit('spec.8 should fail buildProject if built with MSBuildTools version 4.0', function (done) {
+    it('spec.8 should fail buildProject if built with MSBuildTools version 4.0', function (done) {
         var buildSpy = jasmine.createSpy();
         var errorSpy = jasmine.createSpy();
 
@@ -286,7 +286,7 @@ describe('run method', function () {
             });
     });
 
-    xit('spec.10 should throw an error if windows-target-version has unsupported value', function (done) {
+    it('spec.10 should throw an error if windows-target-version has unsupported value', function (done) {
         var buildSpy = jasmine.createSpy();
         var errorSpy = jasmine.createSpy();
 
@@ -318,7 +318,7 @@ describe('run method', function () {
             });
     });
 
-    xit('spec.12 should throw an error if windows-phone-target-version has unsupported value', function (done) {
+    it('spec.12 should throw an error if windows-phone-target-version has unsupported value', function (done) {
         var buildSpy = jasmine.createSpy();
         var errorSpy = jasmine.createSpy();
 


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