Skip to content

Commit 5aff5b0

Browse files
committed
fix: core -> add-in
1 parent 77b409c commit 5aff5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DeclDictTester/DeclDictApiTests.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Attribute VB_GlobalNameSpace = False
77
Attribute VB_Creatable = False
88
Attribute VB_PredeclaredId = False
99
Attribute VB_Exposed = False
10-
Option Compare Database
10+
Option Compare Text
1111
Option Explicit
1212

1313
'AccUnit:TestClass
@@ -18,7 +18,7 @@ Public Sub RunVcsCheck_WithoutDialogChangedLettercase_CheckReturnMessage()
1818
Dim DictFilePath As String
1919
Dim Result As Variant
2020

21-
AddInCallPath = CurrentProject.Path & "\ACLibDeclarationDictCore.RunVcsCheck"
21+
AddInCallPath = CurrentProject.Path & "\ACLibDeclarationDict.RunVcsCheck"
2222
DictFilePath = CurrentProject.Path & "\DeclDictApiTests_DeclDict.txt"
2323

2424
' ensure run first export => delete file if exists

0 commit comments

Comments
 (0)