-
Notifications
You must be signed in to change notification settings - Fork 17
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
XML Updater unit tests - BugFix #145
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Refactored Help File API - Updated the XML Configuration file
- Engine library refactoring - PPL Build Spec for the Engine - XML File update
…cluster array was set to fixed size when creating the subVI
…ntly available, in line with the future target support policy - Updated the XML file
- BuildSpecs Update
- Built basic API
…ithin the Configuration XML File
- Code might still require refactoring and some additional error handling
…he RT Driver paths are now removed at Load time ( ActionVIOnLoad.vi .... if the paths exist) and are set dynamically before deployment (ActionVIOnCompile) - Refactor of the "ActionVIOnLoad" to simplify the code. - Updated the FPGA Addon Configuration XML
# Conflicts: # Source/Addon/Addon Engine/RT Driver VI.vi
- Removed build support for LabVIEW 2018
- Replaced Linux cRIO with a Linux PXI x64 target
…tests for the 3.3.1 version of the FPGA Addon custom device
# Conflicts: # Source/FPGA Addon.lvproj
* Fix LabVIEW package dependencies in control files for scripting * Fix LabVIEW bitness install paths for 64-bit * Update Jenkinsfile to prevent build failures due to diff call
- Added error handling API - Some small refactoring for the API - Renamed the test class
# Conflicts: # Jenkinsfile
# Conflicts: # Jenkinsfile # Source/Utilities/.LVLIBP CD XML Updater.vi # Source/Utilities/.LVLIBP CD XML Updater/.LVLIBP CD XML Updater.lvlib # Source/Utilities/.LVLIBP CD XML Updater/Project XML Editor/Destroy XML Editor.vi # Source/Utilities/.LVLIBP CD XML Updater/Project XML Editor/Get Path Node VI.vi # Source/Utilities/.LVLIBP CD XML Updater/Project XML Editor/Identify XML Descriptor.vi # Source/Utilities/.LVLIBP CD XML Updater/Project XML Editor/Project XML Editor.lvclass # Source/Utilities/.LVLIBP CD XML Updater/Utilities/Copy .LVLIBP to NI VeriStand dir.vi # Source/Utilities/.LVLIBP CD XML Updater/Utilities/Find LVLIBP Path.vi # Source/Utilities/.LVLIBP CD XML Updater/Utilities/Find XML Config Path.vi # Source/Utilities/.LVLIBP CD XML Updater/Utilities/Get BuildSpec Type.vi
# Conflicts: # Source/Tests/Unit Tests/LVLIBP CD XML Updater/LVLIBP CD XML Updater/LVLIBP CD XML Updater Unit Tests.lvclass # Source/Tests/Unit Tests/LVLIBP CD XML Updater/LVLIBP CD XML Updater/setUp.vi # Source/Tests/Unit Tests/LVLIBP CD XML Updater/LVLIBP CD XML Updater/tearDown.vi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this Pull Request accomplish?
Why should this Pull Request be merged?
What testing has been done?