Skip to content

Commit

Permalink
Improved release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Jul 4, 2016
1 parent 10ae96b commit dc8eef0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions GoogleTestAdapter/VsPackage/Resources/ReleaseNotes/0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* enhancement: minor speed improvements during test execution; note that test adapter execution time while running tests is still dominated by registration of the test results with Visual Studio, see [#15](https://github.com/csoltenborn/GoogleTestAdapter/issues/15) (part of [#52](https://github.com/csoltenborn/GoogleTestAdapter/issues/52))
* bugfix: `ErrorMessageParser` crashed if VS delivered `null` as the solution directory instead of an empty string ([#54](https://github.com/csoltenborn/GoogleTestAdapter/issues/54), thanks to [cyrilbesse](https://github.com/cyrilbesse) for report and pull request)
* bugfix: Release notes didn't work properly ([#53](https://github.com/csoltenborn/GoogleTestAdapter/issues/53))
* VS regression fixed: with update 2, the [handling of test adapter options had been broken](https://connect.microsoft.com/VisualStudio/feedback/details/2744287) (Community and Professional edition). The [release candidate of update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs) fixes that problem ([#50](https://github.com/csoltenborn/GoogleTestAdapter/issues/50))
* VS regression fixed: with update 2, [registering test results with VS became very slow for large numbers of tests](https://connect.microsoft.com/VisualStudio/feedback/details/2748800) (all editions). Again, the [release candidate of update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs) fixes that problem ([#52](https://github.com/csoltenborn/GoogleTestAdapter/issues/52))
* VS regression fixed: with update 2, the [handling of test adapter options had been broken](https://connect.microsoft.com/VisualStudio/feedback/details/2744287) (Community and Professional edition). [Update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs) fixes that problem ([#50](https://github.com/csoltenborn/GoogleTestAdapter/issues/50))
* VS regression fixed: with update 2, [registering test results with VS became very slow for large numbers of tests](https://connect.microsoft.com/VisualStudio/feedback/details/2748800) (all editions). Again, [update 3](https://www.visualstudio.com/en-us/news/releasenotes/vs2015-update3-vs) fixes that problem ([#52](https://github.com/csoltenborn/GoogleTestAdapter/issues/52))


##### <a name="using_the_new_macros"></a>Making use of the new test macros
Expand All @@ -14,6 +14,4 @@
* `TEST_F_TRAITS1(`, `TEST_F_TRAITS2(`, `TEST_F_TRAITS3(` => `TEST_F_TRAITS(`
* `TEST_P_TRAITS1(`, `TEST_P_TRAITS2(`, `TEST_P_TRAITS3(` => `TEST_P_TRAITS(`
* `TYPED_TEST_TRAITS1(`, `TYPED_TEST_TRAITS2(`, `TYPED_TEST_TRAITS3(` => `TYPED_TEST_TRAITS(`
* `TYPED_TEST_P_TRAITS1(`, `TYPED_TEST_P_TRAITS2(`, `TYPED_TEST_P_TRAITS3(` => `TYPED_TEST_P_TRAITS(`

That's it already - you are now able to use more than 3 traits per test.
* `TYPED_TEST_P_TRAITS1(`, `TYPED_TEST_P_TRAITS2(`, `TYPED_TEST_P_TRAITS3(` => `TYPED_TEST_P_TRAITS(`

0 comments on commit dc8eef0

Please sign in to comment.