This commit is contained in:
Mitchell Hashimoto 2014-09-28 11:51:49 -07:00
parent e2534e4210
commit 3941dbac5d
10 changed files with 10 additions and 13 deletions

View File

@ -108,4 +108,3 @@ func TestGet_update(t *testing.T) {
t.Fatalf("doesn't look like get: %s", output)
}
}

View File

@ -2,9 +2,9 @@ package module
import (
"bufio"
"path/filepath"
"bytes"
"fmt"
"path/filepath"
"strings"
"sync"

View File

@ -41,7 +41,6 @@ func TestClient_ResourceProvider(t *testing.T) {
}
}
func TestClient_ResourceProvisioner(t *testing.T) {
clientConn, serverConn := testConn(t)

View File

@ -3,10 +3,10 @@ package terraform
import (
"fmt"
"reflect"
"sort"
"strings"
"sync"
"testing"
"sort"
)
func TestContextGraph(t *testing.T) {

View File

@ -59,7 +59,6 @@ func (s *State) Children(path []string) []*ModuleState {
return result
}
// AddModule adds the module with the given path to the state.
//
// This should be the preferred method to add module states since it