terraform/builtin
Sander van Harmelen cc4710c952 Fixing up the tests so they actually pass
Running the tests without these changes results in this error first:

```
--- FAIL: TestAccAWSNetworkAclsOnlyIngressRulesChange (24.92 seconds)
  testing.go:121: Step 0 error: Check failed: Invalid number of ingress
entries found; count = %!s(int=3)
FAIL
exit status 1
FAIL  github.com/hashicorp/terraform/builtin/providers/aws  24.974s
```

And after fixing that one you also get a few unexpected values due to
an expected order mismatch between the items in the set versus the
items in the config.

Those are also fixed, so the test is passing now.
2014-12-12 13:25:44 +01:00
..
bins Merge pull request #645 from svanharmelen/f-cloudstack-provider 2014-12-10 22:33:09 +01:00
providers Fixing up the tests so they actually pass 2014-12-12 13:25:44 +01:00
provisioners Fix failing tests 2014-10-09 21:29:21 -07:00