Merging from master

Upstream-commit: be49f0a1182164d0d279484ec35931c1e3ef6d3c
Component: engine
This commit is contained in:
Sam Alba
2013-07-05 12:27:10 -07:00
47 changed files with 1030 additions and 649 deletions

View File

@ -68,6 +68,6 @@ func TestCreateAccount(t *testing.T) {
expectedError := "Login: Account is not Active"
if !strings.Contains(err.Error(), expectedError) {
t.Fatalf("Expected message \"%s\" but found \"%s\" instead", expectedError, err.Error())
t.Fatalf("Expected message \"%s\" but found \"%s\" instead", expectedError, err)
}
}