From 7a11c9617b2069bed944d7071618644bed1350e8 Mon Sep 17 00:00:00 2001 From: Tuan Nghia Nguyen Date: Fri, 24 Apr 2026 14:48:55 +1000 Subject: [PATCH] Test --- .claude/settings.local.json | 3 ++- tests/ANSLS-UnitTest/ANSLS-UnitTest.cpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 2a05419..7f26390 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -102,7 +102,8 @@ "Bash(grep -oE ']*>[^<]{0,400}' \"/c/Users/nghia/Downloads/error.xml\")", "Bash(echo \"Exit: $?\")", "Bash(python -)", - "Bash(git show *)" + "Bash(git show *)", + "Bash(dumpbin //dependents \"C:\\\\\\\\ProgramData\\\\\\\\ANSCENTER\\\\\\\\Shared\\\\\\\\ANSLicensingSystem.dll\")" ] } } diff --git a/tests/ANSLS-UnitTest/ANSLS-UnitTest.cpp b/tests/ANSLS-UnitTest/ANSLS-UnitTest.cpp index 12f798e..541e125 100644 --- a/tests/ANSLS-UnitTest/ANSLS-UnitTest.cpp +++ b/tests/ANSLS-UnitTest/ANSLS-UnitTest.cpp @@ -318,11 +318,11 @@ int TestValidateExample() { int main() { - TestValidateExample(); + //TestValidateExample(); //std::cout << "_MSC_VER: " << _MSC_VER << std::endl; //std::cout << "Start tesing..." << std::endl; //RemoveTrialLicenseKey(); - //getSystemInformation(); + getSystemInformation(); //ValidateExample(); //GenerateOfflineActivationData(); //TestLocalTemplate();