Index: worker/apiuniter/charm/export_test.go |
=== removed file 'worker/apiuniter/charm/export_test.go' |
--- worker/apiuniter/charm/export_test.go 2013-09-10 12:21:02 +0000 |
+++ worker/apiuniter/charm/export_test.go 1970-01-01 00:00:00 +0000 |
@@ -1,14 +0,0 @@ |
-// Copyright 2012, 2013 Canonical Ltd. |
-// Licensed under the AGPLv3, see LICENCE file for details. |
- |
-package charm |
- |
-// exported so we can get the deployer path from tests. |
-func (d *Deployer) Path() string { |
- return d.path |
-} |
- |
-// exported so we can get the deployer current git repo from tests. |
-func (d *Deployer) Current() *GitDir { |
- return d.current |
-} |