Merge "General specs enclosure cleanup"

This commit is contained in:
Jenkins 2015-04-30 03:03:38 +00:00 committed by Gerrit Code Review
commit ae084c7160
12 changed files with 789 additions and 781 deletions

View File

@ -1,4 +1,5 @@
/* jshint globalstrict: true */
(function(){
'use strict';
describe('hz.widget.charts module', function () {
@ -86,3 +87,4 @@ describe('pie chart directive', function() {
});
});
})();

View File

@ -1,4 +1,4 @@
/* jshint globalstrict: true */
(function(){
'use strict';
describe('hz.widget.form module', function(){
@ -91,3 +91,4 @@ describe('form directives', function() {
}); // end of hzPasswordMatch directive
}); // end of form directives
})();

View File

@ -1,4 +1,4 @@
/* jshint globalstrict: true */
(function(){
'use strict';
describe('hz.widget.help-panel module', function() {
@ -46,3 +46,4 @@ describe('help-panel directive', function () {
expect(element[0].querySelector('.help-panel').className).toBe('help-panel');
});
});
})();

View File

@ -14,7 +14,7 @@
* under the License.
*/
/* jshint globalstrict: true */
(function(){
'use strict';
describe('hzLoginCtrl', function(){
@ -164,3 +164,4 @@ describe('hzLoginFinder', function(){
});
});
})();

View File

@ -1,4 +1,4 @@
/* jshint globalstrict: true */
(function(){
'use strict';
describe('hz.widget.metadata-display module', function() {
@ -133,3 +133,4 @@ describe('hz.widget.metadata-display module', function() {
});
});
})();

View File

@ -1,4 +1,4 @@
/* jshint globalstrict: true */
(function(){
'use strict';
describe('hz.widget.metadata-tree module', function() {
@ -187,3 +187,4 @@ describe('hz.widget.metadata-tree module', function() {
});
});
});
})();

View File

@ -1,4 +1,3 @@
/* jshint globalstrict: true */
(function() {
'use strict';

View File

@ -1,4 +1,4 @@
/* jshint globalstrict: true */
(function(){
'use strict';
describe('hz.widget.wizard module', function () {
@ -159,5 +159,5 @@ describe('wizard directive', function () {
$scope.$digest();
expect(element[0].querySelector('.error-message').textContent).toBe(errorMessage);
});
});
})();

View File

@ -1,4 +1,3 @@
/* jshint globalstrict: true */
/*
* (c) Copyright 2015 Hewlett-Packard Development Company, L.P.
*

View File

@ -1,2 +1,4 @@
/* jshint globalstrict: true */
(function(){
'use strict';
})();

View File

@ -1,2 +1,4 @@
/* jshint globalstrict: true */
(function(){
'use strict';
})();

View File

@ -1,4 +1,3 @@
/* jshint globalstrict: true */
/*
* (c) Copyright 2015 Hewlett-Packard Development Company, L.P.
*