From a8e1aabd40eb9188c2a7d90293b4de3e48b6836c Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 26 Jun 2014 16:19:22 +0200 Subject: [PATCH] renamed test file --- UnitTests/Makefile.unittests | 2 +- ...tion-volatile.js => shell-collection-volatile-noncluster.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename js/common/tests/{shell-collection-volatile.js => shell-collection-volatile-noncluster.js} (100%) diff --git a/UnitTests/Makefile.unittests b/UnitTests/Makefile.unittests index 363a4797cd..1930de2eb1 100755 --- a/UnitTests/Makefile.unittests +++ b/UnitTests/Makefile.unittests @@ -386,7 +386,7 @@ SHELL_COMMON = \ @top_srcdir@/js/common/tests/shell-attributes.js \ @top_srcdir@/js/common/tests/shell-base64.js \ @top_srcdir@/js/common/tests/shell-collection.js \ - @top_srcdir@/js/common/tests/shell-collection-volatile.js \ + @top_srcdir@/js/common/tests/shell-collection-volatile-noncluster.js \ @top_srcdir@/js/common/tests/shell-crypto.js \ @top_srcdir@/js/common/tests/shell-collection-noncluster.js \ @top_srcdir@/js/common/tests/shell-database.js \ diff --git a/js/common/tests/shell-collection-volatile.js b/js/common/tests/shell-collection-volatile-noncluster.js similarity index 100% rename from js/common/tests/shell-collection-volatile.js rename to js/common/tests/shell-collection-volatile-noncluster.js