Merge pull request #9816 from erictune/conformance

Revive conformance test.
This commit is contained in:
Maxwell Forbes
2015-06-24 13:20:46 -07:00
4 changed files with 105 additions and 43 deletions

View File

@@ -183,9 +183,6 @@ func Failf(format string, a ...interface{}) {
}
func providerIs(providers ...string) bool {
if testContext.Provider == "" {
Fail("testContext.Provider is not defined")
}
for _, provider := range providers {
if strings.ToLower(provider) == strings.ToLower(testContext.Provider) {
return true