You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2014/09/05 20:08:59 UTC

[04/11] git commit: CB-6958 Get the correct default for "quality" in the test

CB-6958 Get the correct default for "quality" in the test


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/e9a83495
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/e9a83495
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/e9a83495

Branch: refs/heads/master
Commit: e9a834955c8242b63dc8a84cdb0431fb5eda6b6f
Parents: 5b84c38
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Aug 25 15:28:44 2014 -0400
Committer: Anis Kadri <an...@apache.org>
Committed: Fri Sep 5 11:07:49 2014 -0700

----------------------------------------------------------------------
 tests/tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e9a83495/tests/tests.js
----------------------------------------------------------------------
diff --git a/tests/tests.js b/tests/tests.js
index 3388da8..48d5ff5 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -85,7 +85,7 @@ exports.defineManualTests = function (contentEl, createActionButton) {
     var pageStartTime = +new Date();
 
     //default camera options
-    var camQualityDefault = ['quality value', 50];
+    var camQualityDefault = ['50', 50];
     var camDestinationTypeDefault = ['FILE_URI', 1];
     var camPictureSourceTypeDefault = ['CAMERA', 1];
     var camAllowEditDefault = ['allowEdit', false];