We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b409c commit 5aff5b0Copy full SHA for 5aff5b0
Tests/DeclDictTester/DeclDictApiTests.cls
@@ -7,7 +7,7 @@ Attribute VB_GlobalNameSpace = False
7
Attribute VB_Creatable = False
8
Attribute VB_PredeclaredId = False
9
Attribute VB_Exposed = False
10
-Option Compare Database
+Option Compare Text
11
Option Explicit
12
13
'AccUnit:TestClass
@@ -18,7 +18,7 @@ Public Sub RunVcsCheck_WithoutDialogChangedLettercase_CheckReturnMessage()
18
Dim DictFilePath As String
19
Dim Result As Variant
20
21
- AddInCallPath = CurrentProject.Path & "\ACLibDeclarationDictCore.RunVcsCheck"
+ AddInCallPath = CurrentProject.Path & "\ACLibDeclarationDict.RunVcsCheck"
22
DictFilePath = CurrentProject.Path & "\DeclDictApiTests_DeclDict.txt"
23
24
' ensure run first export => delete file if exists
0 commit comments