Test
This commit is contained in:
@@ -102,7 +102,8 @@
|
|||||||
"Bash(grep -oE '<Data[^>]*>[^<]{0,400}</Data>' \"/c/Users/nghia/Downloads/error.xml\")",
|
"Bash(grep -oE '<Data[^>]*>[^<]{0,400}</Data>' \"/c/Users/nghia/Downloads/error.xml\")",
|
||||||
"Bash(echo \"Exit: $?\")",
|
"Bash(echo \"Exit: $?\")",
|
||||||
"Bash(python -)",
|
"Bash(python -)",
|
||||||
"Bash(git show *)"
|
"Bash(git show *)",
|
||||||
|
"Bash(dumpbin //dependents \"C:\\\\\\\\ProgramData\\\\\\\\ANSCENTER\\\\\\\\Shared\\\\\\\\ANSLicensingSystem.dll\")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -318,11 +318,11 @@ int TestValidateExample() {
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
TestValidateExample();
|
//TestValidateExample();
|
||||||
//std::cout << "_MSC_VER: " << _MSC_VER << std::endl;
|
//std::cout << "_MSC_VER: " << _MSC_VER << std::endl;
|
||||||
//std::cout << "Start tesing..." << std::endl;
|
//std::cout << "Start tesing..." << std::endl;
|
||||||
//RemoveTrialLicenseKey();
|
//RemoveTrialLicenseKey();
|
||||||
//getSystemInformation();
|
getSystemInformation();
|
||||||
//ValidateExample();
|
//ValidateExample();
|
||||||
//GenerateOfflineActivationData();
|
//GenerateOfflineActivationData();
|
||||||
//TestLocalTemplate();
|
//TestLocalTemplate();
|
||||||
|
|||||||
Reference in New Issue
Block a user