Comment 1 for bug 1471941

Revision history for this message
Bogdan Teleaga (bteleaga) wrote : Re: widows unit tests fail because handles are not avIlable

https://github.com/juju/juju/blob/resources/apiserver/charmresources/package_test.go#L45

s.BaseSuite.SetUpTest(c) is not called. Due to the way I wrote the suite in testing/base_windows it will fail everytime TearDown gets called without SetUp being called first. I'm expecting to see this error more often.