-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VBCorTests project failures #10
Comments
FWIW, I just noticed that l the IDE did update my .vbp files so that they no longer had relative path references, and they were replaced with relative paths to the dll files. |
@kellyethridge Any ideas on why I might not be able to run your unit test suite? I'm still blocked on the most recently reported problem. |
HI, Sorry about the delay. I don't get much time for this. Anyways, to the I'm not sure was the |
For whatever reason, after installing the latest FWIW, most of the failures are directory-related and seem to be triggered by my project living under my |
I'm glad the tests are actually running now. As for capturing the output of the tests I've been using a logger class. I've included it as an attachment. You will need to change the extension back to
This will generate a log file of errors and failing tests. |
I, too, am having failed tests but I think I understand the nature of the problem - I think the root of all of them is this:
I'm in Phoenix and am definitely using US Mountain Standard Time as my timezone (we're in the small minority that ignores DST changes) We're GMT-7 year round. |
@kellyethridge I sent you a pull request for US MST issues. Only one left:
It might have more to do with the way I'm running the tests. I'm loading up the CorLib.Solution.vbg in the Source directory. Is that the problem? Is there a better way to load up so as to avoid this issue? |
Found the reason for my above error. Opening VB6 first, and then browsing and opening CorLib.Solution.vbg means that the command line arguments only contain one element: the VB6.exe. However, if one were to close VB6 and double-click CorLibSolution.vbg instead, the test passes. PR submitted. |
I'm submitting a bug report
Library Version: git master@e12acb5
Please tell us about your environment:
Current behavior:
the Source\CorLib\VBCor3.dll and the Source\Fakes\Fakes.dll, I get a compilation error in
trying to build the VBCoreTests project:
Expected/desired behavior:
I want to be able to run the test suite to validate that I have a good compilation of the current git master dll.
Am I missing a dependency somewhere? Do I need to register the .dlls that I've built?
The text was updated successfully, but these errors were encountered: