From c4a18f36ef055e784fc2579fc7795ea42c97aacc Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 28 Jun 2024 05:16:42 +0200 Subject: [PATCH] enable argon tests --- test/functions/Argon2CheckHash.cfc | 2 +- test/functions/GenerateArgon2Hash.cfc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functions/Argon2CheckHash.cfc b/test/functions/Argon2CheckHash.cfc index 530bb1c133d..5cc2b5afef6 100644 --- a/test/functions/Argon2CheckHash.cfc +++ b/test/functions/Argon2CheckHash.cfc @@ -1,4 +1,4 @@ -component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" skip="true" { +component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" { function run( testResults , testBox ) { describe( title = "Testcase for Argon2CheckHash function", body = function() { diff --git a/test/functions/GenerateArgon2Hash.cfc b/test/functions/GenerateArgon2Hash.cfc index 0e80d9f1843..64520b2599d 100644 --- a/test/functions/GenerateArgon2Hash.cfc +++ b/test/functions/GenerateArgon2Hash.cfc @@ -1,4 +1,4 @@ -component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" skip="true"{ +component extends="org.lucee.cfml.test.LuceeTestCase" labels="argon2" { function run( testResults , testBox ) { describe( "test case for GenerateArgon2Hash", function() { it(title = "Checking with GenerateArgon2Hash()",skip=getJavaVersion()>20, body = function( currentSpec ) {