devblackops / NetScaler

PowerShell module for interacting with Citrix NetScaler via the Nitro API
Apache License 2.0
69 stars 32 forks source link

Manifest.Tests.ps1 fails on change log version #41

Closed dbroeglin closed 8 years ago

dbroeglin commented 8 years ago

When an Unreleased version is present in the CHANGELOG.md file the "changelog and manifest versions are the same" test fails.

Expected Behavior

It should work (ignore an unreleased version number)

Current Behavior

It fails because it compares the unreleased version number (from CHANGELOG.md) and the manifest version.

Possible Solution

Ignore the unreleased version numbers in CHANGELOG.md

Steps to Reproduce (for bugs)

Execute the unit tests.

devblackops commented 8 years ago

Fixed in PR #42