Skip to content

Commit

Permalink
XMLDFALimitsTests should be XMLDFALimitsTest
Browse files Browse the repository at this point in the history
Fix #22
  • Loading branch information
astares committed Oct 24, 2023
1 parent c48f952 commit 646621b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Class {
#name : #XMLDFALimitsTests,
#name : #XMLDFALimitsTest,
#superclass : #TestCase,
#category : #'XML-Parser-Tests-Validation-DFA'
}

{ #category : #tests }
XMLDFALimitsTests >> testDFAStateCacheLimit [
XMLDFALimitsTest >> testDFAStateCacheLimit [
| names contentModel firstState currentState visitedStates |

names :=
Expand Down Expand Up @@ -61,7 +61,7 @@ XMLDFALimitsTests >> testDFAStateCacheLimit [
]

{ #category : #tests }
XMLDFALimitsTests >> testDFAStateTransitionLimit [
XMLDFALimitsTest >> testDFAStateTransitionLimit [
| dfaState elementName |

dfaState :=
Expand Down

0 comments on commit 646621b

Please sign in to comment.