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/15 23:52:43 UTC

[cordova-windows] 03/17: rename 8.1 tests that are (probably) really 10 tests

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

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

commit 2f4830d5c903e2e606c6a30d6195efeda12c1699
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Feb 15 19:08:09 2018 +0100

    rename 8.1 tests that are (probably) really 10 tests
---
 spec/unit/package.spec.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spec/unit/package.spec.js b/spec/unit/package.spec.js
index 03bac51..271a777 100644
--- a/spec/unit/package.spec.js
+++ b/spec/unit/package.spec.js
@@ -127,7 +127,7 @@ describe('getPackageFileInfo method', function () {
         expect(pkgInfo.buildtype).toBe('debug');
     });
 
-    it('spec.7 should get file info correctly for windows 8.1 anycpu debug package', function () {
+    it('spec.7 should get file info correctly for windows anycpu debug package', function () {
         var packageFile = path.join(pkgPath, 'CordovaApp.Windows_0.0.1.0_anycpu_debug_Test', 'CordovaApp.Windows_0.0.1.0_anycpu_debug.appx');
         var pkgInfo = pkg.getPackageFileInfo(packageFile);
 
@@ -136,7 +136,7 @@ describe('getPackageFileInfo method', function () {
         expect(pkgInfo.buildtype).toBe('debug');
     });
 
-    it('spec.8 should get file info correctly for windows 8.1 x64 release package', function () {
+    it('spec.8 should get file info correctly for windows x64 release package', function () {
         var packageFile = path.join(pkgPath, 'CordovaApp.Windows_0.0.1.0_x64_Test', 'CordovaApp.Windows_0.0.1.0_x64.appx');
         var pkgInfo = pkg.getPackageFileInfo(packageFile);
 
@@ -145,7 +145,7 @@ describe('getPackageFileInfo method', function () {
         expect(pkgInfo.buildtype).toBe('release');
     });
 
-    it('spec.9 should get file info correctly for windows 8.1 x86 release package', function () {
+    it('spec.9 should get file info correctly for windows x86 release package', function () {
         var packageFile = path.join(pkgPath, 'CordovaApp.Windows_0.0.1.0_x86_Test', 'CordovaApp.Windows_0.0.1.0_x86.appx');
         var pkgInfo = pkg.getPackageFileInfo(packageFile);
 

-- 
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