Skip to content
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

Error generated from XML typo (easy fix). #102

Closed
c-r-h opened this issue Feb 24, 2017 · 1 comment
Closed

Error generated from XML typo (easy fix). #102

c-r-h opened this issue Feb 24, 2017 · 1 comment

Comments

@c-r-h
Copy link
Collaborator

c-r-h commented Feb 24, 2017

When building the MS-SMB test suite per the instructions, an error message is generated:

"C:\Users\Administrator\WindowsProtocolTestSuites\TestSuites\MS-SMB\src\deploy\deploy.wixproj"
  (Clean;Rebuild target) (1) ->
    (Compile target) -> C:\Users\Administrator\WindowsProtocolTestSuites\TestSuites\MS-SMB\src\deploy\TestSuitePrivacyStatementLowMsiVersionDlg.wxs(19): error CNDL0104: Not a valid source file; detail: The 'Control' start tag on line 17 position 10 does not match the end tag of 'Text'. Line 19, position 6. [C:\Users\Administrator\WindowsProtocolTestSuites\TestSuites\MS-SMB\src\deploy\deploy.wixproj]

To fix, delete line 19 in file .../MS-SMB/src/Deploy/TestSuitePrivacyStatementLowMsiVersionDlg.wxs

That line contains a closing </Text> tag with no matching opening tag.

@yazeng
Copy link
Member

yazeng commented Feb 27, 2017

Hi Chris,

Thank you for catching this issue for us.
Quick fix is delivered. Meanwhile, we'll refine our regression test to avoid such issues in the future.

Thanks,
Yan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants