Skip to content

Commit 8d6674a

Browse files
elpeteactions-user
authored andcommitted
Apply cfformat changes
1 parent ea90150 commit 8d6674a

16 files changed

+46
-47
lines changed

test-harness/tests/Application.cfc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
component {
1+
component {
32

43
// APPLICATION CFC PROPERTIES
54
this.name = "ColdBoxTestingSuite" & hash( getCurrentTemplatePath() );

test-harness/tests/specs/GenericObjectTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.GenericObject" {
66

77
/*********************************** LIFE CYCLE Methods ***********************************/

test-harness/tests/specs/result/ValidationErrorTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.result.ValidationError" {
66

77
function setup(){

test-harness/tests/specs/result/ValidationResultTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.result.ValidationResult" {
66

77
function setup(){

test-harness/tests/specs/validators/DiscreteValidatorTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.validators.DiscreteValidator" {
66

77
function setup(){

test-harness/tests/specs/validators/InListValidatorTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.validators.InListValidator" {
66

77
function setup(){

test-harness/tests/specs/validators/MaxValidatorTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.validators.MaxValidator" {
66

77
function setup(){

test-harness/tests/specs/validators/MethodValidatorTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.validators.MethodValidator" {
66

77
function setup(){

test-harness/tests/specs/validators/MinValidatorTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.validators.MinValidator" {
66

77
function setup(){

test-harness/tests/specs/validators/RegexValidatorTest.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* *******************************************************************************
3-
* *******************************************************************************
4-
*/
2+
* *******************************************************************************
3+
* *******************************************************************************
4+
*/
55
component extends="coldbox.system.testing.BaseModelTest" model="cbvalidation.models.validators.RegexValidator" {
66

77
function setup(){

0 commit comments

Comments
 (0)