DYN-6607 - Input/Output Node - part 1 FIX#15037
Conversation
- fixes a number of tests causing - some tests are already fixed due to upcoming changes in a follow-up PR - these were temporarily ignored
|
I cant find the pull request validation job for this PR.. So I started https://master-15.jenkins.autodesk.com/view/DYN/job/DYN-DevCI_Self_Service/1415/ for you |
|
One regression from the job: Dynamo.Tests.Configuration.PreferenceSettingsTests.TestImportCopySettings |
- fixed TestImportCopySettings by adding the new Preference property to the test settings file
Thank you, @QilongTang ! I don't know how this went in - it was a new property added to the Preferences - |
UI Smoke TestsTest: success. 2 passed, 0 failed. |
| <BackupFiles> | ||
| <string>C:\Users\user\Documents\dynamofile.dyn</string> | ||
| </BackupFiles> | ||
| <TemplateFilePath>C:\ProgramData\Dynamo\Dynamo Core\templates\en-US</TemplateFilePath> |
There was a problem hiding this comment.
@zeusongit It looks like now this property is serialized always? Although the value could be empty. Please confirm
There was a problem hiding this comment.
Hi @QilongTang - I am not the author of the preference property, I assume it's a new addition.
The test picks it up as the number of default preferences coming from
PreferenceSettings.cs was different then the one specified in the test file. I just added the entry in the test file to account for the new property and fix the test.
There was a problem hiding this comment.
I don't know if this answers the question, but I am not sure if the property should or shouldn't be serialized.
This reverts commit 97e2d46. # Conflicts: # test/Tools/NodeDocumentationMarkdownGeneratorTests/MarkdownGeneratorCommandTests.cs
Purpose
Fixes a number of failing tests blocking master-15.
Ignored tests are already fixed in the follow-up PR #15022 (probably a mix-up when cherry-picking).
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Reviewers
@QilongTang
@mjkkirschner
FYIs
@saintentropy
@twastvedt