PowerShell/test/powershell/engine/Cdxml/assets/CimTest
Steve Lee 901a61bcc1 Enable auto EOL on git repo side, fix some character encoding issues (#4912)
- add ending newline to files missing it using:
`awk -F: '$2 ~ / no line terminators/ {print $1}' ~/text-files.txt | xargs -I{} sh -c 'printf "\n" >> "$1"' - {}`
- update .gitattributes to enforce autocrlf on all text files
- added <copyright> opening element where it was missing
removed file attribute pointing to wrong filename
- fix mis-encoded character to apostrophe
- replace incorrect encoding of copyright symbol with (c)
- updated file hashes in the test
2017-09-25 15:14:39 -07:00
..
CdxmlTest.psd1 Enable auto EOL on git repo side, fix some character encoding issues (#4912) 2017-09-25 15:14:39 -07:00
CimTest.cdxml Add CDXML CIM DateTime test (#4796) 2017-09-18 17:10:58 -07:00
CreateCimTest.mof Add CDXML CIM DateTime test (#4796) 2017-09-18 17:10:58 -07:00
DeleteCimTest.mof Improve test coverage for CDXML cmdlet infrastructure (#4537) 2017-08-16 16:33:53 -07:00