Commit graph

389 commits

Author SHA1 Message Date
Zachary Folwick cbace227a9 incorporated changes to pester tests from code review 2015-09-14 16:30:33 -07:00
Zachary Folwick ff1302cf71 pulling in updates from develop
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/184-New-Item-pester
2015-09-14 15:10:21 -07:00
Zach Folwick ac89d6abe9 Merge pull request 119 from dev/180-out-file into develop 2015-09-14 22:06:58 +00:00
Zachary Folwick 1615ded3e4 incorporated final changes to pester tests 2015-09-14 15:07:31 -07:00
Zachary Folwick 6ca644f375 brought monad up to date with latest PSL changes 2015-09-14 13:58:18 -07:00
Zachary Folwick a5cc3d454f brought out-file branch up to date with latest develop branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/180-out-file
2015-09-14 13:17:53 -07:00
Aaron 7790be0601 made changes based off of feedback 2015-09-11 11:43:50 -07:00
Aaron 807b47a8ce Added popd 2015-09-08 15:59:19 -07:00
Aaron a290c278b6 Pesters tests for Select-String 2015-09-08 14:33:52 -07:00
Zach Folwick bd6e1f8f17 Merge pull request 138 from dev/183-test-path-pester into develop 2015-09-08 18:46:57 +00:00
Zachary Folwick cec380e4b4 added additional testing according to code review 2015-09-08 11:47:13 -07:00
Andy Schwartzmeyer 323d6798e7 Merge pull request 144 from dev/repin-monad into develop 2015-09-04 23:04:26 +00:00
Andrew Schwartzmeyer 4dc037cc4e Repin monad to latest fixes
Resolves all approved work items prior to resubmission of a code review
to the PowerShell team.
2015-09-04 16:04:11 -07:00
Andrew Schwartzmeyer 70914a35ac Merge branch 'develop' into dev/repin-monad 2015-09-04 15:19:10 -07:00
Zachary Folwick e19b2fab4b added changes from code review testing credentials 2015-09-04 15:05:18 -07:00
Zachary Folwick e76abe2416 Merged in upstream changes into branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/184-New-Item-pester
2015-09-04 10:58:13 -07:00
Zach Folwick 64655b7085 Merge pull request 137 from dev/158-ishardlink-xunit into develop 2015-09-03 23:48:41 +00:00
Zachary Folwick 174883f91a merging upstream changes into branch
Merge branch 'dev/158-ishardlink-xunit' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/158-ishardlink-xunit
2015-09-03 16:48:29 -07:00
Zachary Folwick bd6e4ef885 fixed typo 2015-09-03 16:42:28 -07:00
Zachary Folwick d4f08a971d changed according to code review 2015-09-03 16:41:14 -07:00
Zachary Folwick f6e255310b merged upstream changes inside monad 2015-09-03 16:40:30 -07:00
Zachary Folwick e2f929c85e merging upstream changes from the develop branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/158-ishardlink-xunit
2015-09-03 16:20:29 -07:00
Zachary Folwick 00e542524c modified test code according to code review 2015-09-03 16:15:50 -07:00
Andrew Schwartzmeyer 962e3671b1 Update xUnit tests for AMSI and repin monad
Includes lots of fixes to monad.
2015-09-03 16:04:12 -07:00
Andy Schwartzmeyer c071f5882c Merge pull request 143 from dev/228-braces into develop 2015-09-03 22:23:26 +00:00
Andrew Schwartzmeyer f70f004238 Missed a pair 2015-09-03 15:23:16 -07:00
Andrew Schwartzmeyer f163808eac Swap {} for () in Makefile
Parentheses are more portable. There was an inconsistent mix of
parentheses and curly braces.
2015-09-03 14:55:21 -07:00
Andy Schwartzmeyer 54b2435811 Merge pull request 142 from dev/199-security into develop 2015-09-03 21:34:59 +00:00
Andrew Schwartzmeyer 562a9bb35b Add Security.dll reference for Commands.Management.dll
While enabling previously disabled code in `cimConverter.cs`, it was
revealed that `Microsoft.PowerShell.Commands.Management.dll` has a
dependency on `Microsoft.PowerShell.Security.dll` for the type
`SecurityDescriptorCommandsBase`.
2015-09-03 14:31:46 -07:00
Zachary Folwick 66d08dae08 merging upstream changes to local branch
Merge branch 'develop' of mshttps://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-linux into dev/180-out-file
2015-09-03 14:02:56 -07:00
Peter Honeder 074acd4a8f Merge pull request 141 from dev/175-run-ps-from-xunit into develop 2015-09-03 19:46:22 +00:00
Peter Honeder 84d58714fc added a simple test that creates a full PS Runspace and executes a script 2015-09-03 21:43:17 +02:00
Andy Schwartzmeyer 0c5c4e8633 Merge pull request 139 from dev/226-auto-coreref into develop 2015-09-03 18:11:58 +00:00
Andrew Schwartzmeyer 94be33afe1 Generate $COREREF in Makefile automatically
Previously generated by hand and saved. Now will update itself
automatically when monad-ext/coreclr is updated.
2015-09-03 11:10:49 -07:00
Zachary Folwick aa45feb385 Added test suite for Test-Path cmdlet 2015-09-02 16:15:52 -07:00
Andrew Schwartzmeyer 74f0a893c1 Repin monad 2015-09-02 15:17:35 -07:00
Zachary Folwick 9b02eea58d added unit test for additional failure cases and removed unneeded code from existing unit tests 2015-09-02 11:15:31 -07:00
Zachary Folwick 080c734dfb added fail under directory as input unit test 2015-09-02 11:02:09 -07:00
Zachary Folwick 73b1a71420 bringing implementation code up-to-date with the test code 2015-09-01 16:58:16 -07:00
Zachary Folwick 4ff6341034 implemented xunit tests for testing isHardLink using a fileSystem object 2015-09-01 16:57:16 -07:00
Andy Schwartzmeyer c09796bb0a Merge pull request 135 from dev/209-make-script into develop 2015-09-01 21:13:48 +00:00
Andrew Schwartzmeyer 8c80840d69 Make path relative to monad-linux/scripts
Since that's where the Makefile lives
2015-09-01 14:08:04 -07:00
Andrew Schwartzmeyer a7010cd742 Add make script.ps1 target for easy testing
Use like `make src/pester-tests/Test-Split-Path.Tests.ps1`
2015-09-01 13:55:54 -07:00
Andy Schwartzmeyer d7cc3e3d64 Merge pull request 134 from dev/tests into develop 2015-08-31 19:56:37 +00:00
Andrew Schwartzmeyer 70466f963c Repin monad and monad-native
- GetCpInfo fixes monad-native compiler warning
- monad has more fixes
2015-08-31 12:55:43 -07:00
Andrew Schwartzmeyer f648656cc1 Refactor test targets 2015-08-28 21:18:58 -07:00
Zach Folwick a1e3981b6e Merge pull request 122 from dev/112-split-path-pester into develop 2015-08-29 03:14:38 +00:00
Andrew Schwartzmeyer 92cd86d3f2 Ignore Remove-Item errors in Split-Path setup 2015-08-28 20:13:10 -07:00
Andrew Schwartzmeyer 7b1280eb2e Refactor Split-Path regexp test
Fix issues with ordering etc.
2015-08-28 17:40:15 -07:00
Andrew Schwartzmeyer 5bdae5f77e Merge branch 'develop' into dev/112-split-path-pester 2015-08-28 17:39:08 -07:00