diff --git a/custom/benchmark/index.cfm b/custom/benchmark/index.cfm index 6a449d6..bf30d5f 100644 --- a/custom/benchmark/index.cfm +++ b/custom/benchmark/index.cfm @@ -12,7 +12,7 @@ suites = []; for ( suite in availableSuites ){ if ( suite contains filter ) - arrayAppend( suites, listLast( listLast( suite, "/\" ), "." ) ); + arrayAppend( suites, listFirst( listLast( suite, "/\" ), "." ) ); } } else { suites = application.testSuite.toList();