Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 0a04b7b

Browse files
Kokil Jainyaminikb
authored andcommitted
Changing total test count of security devtests and cdi devtests (#21994)
1 parent 588d70b commit 0a04b7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appserver/tests/appserv-tests/devtests/cdi/resultCount.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
FILE=$APS_HOME/test_resultsValid.xml
4545
echo "input file=$FILE"
4646

47-
TOTAL=127
48-
PASSED=`grep "pass" $FILE | wc -l`
49-
FAILED=`grep "fail" $FILE | wc -l`
47+
TOTAL=119
48+
PASSED=`grep "\"pass\"" $FILE | wc -l`
49+
FAILED=`grep "\"fail\"" $FILE | wc -l`
5050
TOTAL_RUN=`expr $PASSED + $FAILED `
5151
DNR=`expr $TOTAL - $TOTAL_RUN `
5252

appserver/tests/appserv-tests/devtests/security/resultCount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
FILES="$APS_HOME/test_resultsValid.xml $APS_HOME/security-gtest-results.xml"
4545

46-
TOTAL=738
46+
TOTAL=797
4747
PASSED=0
4848
FAILED=0
4949
for i in $FILES

0 commit comments

Comments
 (0)