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

Fails on the common test due to it's a composite resource #16

Open
johlju opened this issue Aug 14, 2018 · 0 comments
Open

Fails on the common test due to it's a composite resource #16

johlju opened this issue Aug 14, 2018 · 0 comments
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.

Comments

@johlju
Copy link
Member

johlju commented Aug 14, 2018

Fails on the common test, due to that the test framework does not support composite resource at the moment.

    Context DSCResources\MSFT_xChrome\MSFT_xChrome.schema.psm1
There are parse errors in C:\projects\xchrome\DSCResources\MSFT_xChrome\MSFT_xChrome.schema.psm1:
Extent          : Import-DscResource -ModuleName xPSDesiredStateConfiguration
ErrorId         : ModuleNotFoundDuringParse
Message         : Could not find the module 'xPSDesiredStateConfiguration'.
IncompleteInput : False
Extent          : xRemoteFile
ErrorId         : ResourceNotDefined
Message         : Undefined DSC resource 'xRemoteFile'. Use Import-DSCResource to import the resource.
IncompleteInput : False
      [-] Module file 'DSCResources\MSFT_xChrome\MSFT_xChrome.schema.psm1' should not contain parse errors 95ms
        Expected $false, but got $true.
        248:                 $containsParseErrors | Should -Be $false
        at <ScriptBlock>, C:\projects\xchrome\DscResource.Tests\Meta.Tests.ps1: line 248
  Describing Common Tests - Validate Module Files
@johlju johlju added bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community. labels Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

1 participant