From 4cf624e21f6c8b5964f61a00ca8803c4f286d67e Mon Sep 17 00:00:00 2001 From: Dan Lavine and Derek Richard Date: Wed, 17 Sep 2014 15:19:10 -0700 Subject: [PATCH] Move integration tests into main_test suite -Go 1.3 changes the way tests are built --- {integration => main}/locales_test.go | 2 +- {integration => main}/main_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {integration => main}/locales_test.go (95%) rename {integration => main}/main_test.go (97%) diff --git a/integration/locales_test.go b/main/locales_test.go similarity index 95% rename from integration/locales_test.go rename to main/locales_test.go index 094960eb62e..f6bbd0120a1 100644 --- a/integration/locales_test.go +++ b/main/locales_test.go @@ -1,4 +1,4 @@ -package integration_test +package main_test import ( "os" diff --git a/integration/main_test.go b/main/main_test.go similarity index 97% rename from integration/main_test.go rename to main/main_test.go index 0967713fb1f..958d8c3b30c 100644 --- a/integration/main_test.go +++ b/main/main_test.go @@ -1,4 +1,4 @@ -package integration_test +package main_test import ( "os/exec"