[Pkg-owncloud-commits] [owncloud] 47/59: fixing namespace of MapperTestUtility and rename file to be lowercase

David Prévot taffit at moszumanska.debian.org
Fri Jul 18 16:19:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 7886b900f1847bcaac701fbb0ca552ba3f5ab0ce
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Thu Jul 17 11:21:25 2014 +0200

    fixing namespace of MapperTestUtility
    and rename file to be lowercase
---
 .../appframework/db/{MapperTestUtility.php => mappertestutility.php}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/appframework/db/MapperTestUtility.php b/tests/lib/appframework/db/mappertestutility.php
similarity index 99%
rename from tests/lib/appframework/db/MapperTestUtility.php
rename to tests/lib/appframework/db/mappertestutility.php
index fc0e5c2..0430eef 100644
--- a/tests/lib/appframework/db/MapperTestUtility.php
+++ b/tests/lib/appframework/db/mappertestutility.php
@@ -22,7 +22,7 @@
  */
 
 
-namespace OCP\AppFramework\Db;
+namespace Test\AppFramework\Db;
 
 
 /**

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list