From db3252645d8a9d773b19b2dcea077b89f507e83f Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Fri, 8 Nov 2013 10:22:59 +0530 Subject: [PATCH] Revert "Renamed modules with same name to avoid confusion" This reverts commit af8eb63dc6a8be8e47ecb86d1e50b6931e9b0231. --- .../{test_cpu_project_limits.py => test_project_limits.py} | 0 .../{test_mem_project_limits.py => test_project_limits.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/component/cpu_limits/{test_cpu_project_limits.py => test_project_limits.py} (100%) rename test/integration/component/memory_limits/{test_mem_project_limits.py => test_project_limits.py} (100%) diff --git a/test/integration/component/cpu_limits/test_cpu_project_limits.py b/test/integration/component/cpu_limits/test_project_limits.py similarity index 100% rename from test/integration/component/cpu_limits/test_cpu_project_limits.py rename to test/integration/component/cpu_limits/test_project_limits.py diff --git a/test/integration/component/memory_limits/test_mem_project_limits.py b/test/integration/component/memory_limits/test_project_limits.py similarity index 100% rename from test/integration/component/memory_limits/test_mem_project_limits.py rename to test/integration/component/memory_limits/test_project_limits.py