Skip to content

Commit dba99d9

Browse files
committed
change label fro guard test cases
1 parent ec21a49 commit dba99d9

File tree

12 files changed

+18
-11
lines changed

12 files changed

+18
-11
lines changed

test/functions/ESAPIEncode.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for ESAPIEncode", function() {
44
it(title = "Checking with ESAPIEncode", body = function( currentSpec ) {

test/functions/EncodeForCSS.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* You should have received a copy of the GNU Lesser General Public
1616
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
1717
*
18-
---><cfcomponent extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi">
18+
---><cfcomponent extends="org.lucee.cfml.test.LuceeTestCase" labels="guard">
1919

2020
<cffunction name="testEncodeForCSS" localMode="modern">
2121
<cfscript>

test/functions/EncodeForDN.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for EncodeForDN", function() {
44
it(title = "Checking EncodeForDN() function", body = function( currentSpec ) {

test/functions/EncodeForHTML.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for EncodeForHTML", function() {
44
it(title = "Checking with EncodeForHTML", body = function( currentSpec ) {

test/functions/EncodeForHTMLAttribute.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for EncodeForHTMLAttribute", function() {
44

test/functions/EncodeForJavascript.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for EncodeForJavascript", function() {
44
it(title = "Checking with EncodeForJavascript", body = function( currentSpec ) {

test/functions/EncodeForLDAP.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for EncodeForLDAP", function() {
44
it(title = "Checking with EncodeForLDAP", body = function( currentSpec ) {

test/functions/EncodeForURL.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for EncodeForURL", function() {
44
it(title = "Checking with EncodeForURL", body = function( currentSpec ) {

test/functions/EncodeForXPath.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
component extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi"{
1+
component extends="org.lucee.cfml.test.LuceeTestCase" labels="guard" {
22
function run( testResults , testBox ) {
33
describe( "test case for EncodeForXPathMember", function() {
44
it(title = "Checking with EncodeForXPathMember", body = function( currentSpec ) {

test/functions/WriteOutput.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* You should have received a copy of the GNU Lesser General Public
1515
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
1616
*
17-
---><cfcomponent extends="org.lucee.cfml.test.LuceeTestCase" labels="esapi">
17+
---><cfcomponent extends="org.lucee.cfml.test.LuceeTestCase" labels="guard">
1818

1919
<cffunction name="testESAPIEncode" localMode="modern">
2020
<cfscript>

0 commit comments

Comments
 (0)