You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/18 05:16:54 UTC

svn commit: r1493999 - /incubator/climate/trunk/rcmet/src/main/ui/test/unit/controllers/ParameterSelectCtrl.js

Author: joyce
Date: Tue Jun 18 03:16:53 2013
New Revision: 1493999

URL: http://svn.apache.org/r1493999
Log:
Update test wording for clearer meaning.

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/test/unit/controllers/ParameterSelectCtrl.js

Modified: incubator/climate/trunk/rcmet/src/main/ui/test/unit/controllers/ParameterSelectCtrl.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/test/unit/controllers/ParameterSelectCtrl.js?rev=1493999&r1=1493998&r2=1493999&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/test/unit/controllers/ParameterSelectCtrl.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/test/unit/controllers/ParameterSelectCtrl.js Tue Jun 18 03:16:53 2013
@@ -7,7 +7,7 @@ describe('OCW Controllers', function() {
 
 
 	describe('ParameterSelectCtrl', function() {
-		it('initialize spatial and temporal range default values properly', function() {
+		it('should initialize spatial and temporal range default values properly', function() {
 			inject(function($rootScope, $controller) {
 				var scope = $rootScope.$new();
 				var ctrl = $controller("ParameterSelectCtrl", {$scope: scope});
@@ -21,7 +21,7 @@ describe('OCW Controllers', function() {
 			});
 		});
 
-		it('grab the default set of selected datasets from the service', function() {
+		it('should grab the default set of selected datasets from the service', function() {
 			inject(function($rootScope, $controller) {
 				var scope = $rootScope.$new();
 				var ctrl = $controller("ParameterSelectCtrl", {$scope: scope});