core: update test fixtures for new name of the "count boundary" vertex

This commit is contained in:
Martin Atkins 2018-09-07 16:58:32 -07:00
parent 54be8c02d4
commit ab1117bcef
2 changed files with 8 additions and 8 deletions

View File

@ -420,7 +420,7 @@ func TestApplyGraphBuilder_targetModule(t *testing.T) {
}
const testApplyGraphBuilderStr = `
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
module.child.provisioner.test
module.child.test_object.create
module.child.test_object.other
@ -444,7 +444,7 @@ provider.test (close)
provisioner.test (close)
module.child.test_object.create
root
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
provider.test (close)
provisioner.test (close)
test_object.create
@ -455,7 +455,7 @@ test_object.other
`
const testApplyGraphBuilderDoubleCBDStr = `
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
provider.test
test_object.A
test_object.A (destroy)
@ -469,7 +469,7 @@ provider.test (close)
test_object.B
test_object.B (destroy)
root
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
provider.test (close)
test_object.A
provider.test
@ -487,7 +487,7 @@ test_object.B (destroy)
`
const testApplyGraphBuilderDestroyCountStr = `
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
provider.test
test_object.A[1] (destroy)
test_object.B
@ -497,7 +497,7 @@ provider.test (close)
test_object.A[1] (destroy)
test_object.B
root
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
provider.test (close)
test_object.A[1] (destroy)
provider.test

View File

@ -100,7 +100,7 @@ aws_security_group.firewall
provider.aws
local.instance_id
aws_instance.web
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
aws_instance.web
aws_load_balancer.weblb
aws_security_group.firewall
@ -126,7 +126,7 @@ provider.openstack (close)
openstack_floating_ip.random
provider.openstack
root
meta.count-boundary (count boundary fixup)
meta.count-boundary (EachMode fixup)
provider.aws (close)
provider.openstack (close)
var.foo