From 75c8d59ddd6ca19ff312c8e507ef05d969704d5a Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 19:42:37 +0100 Subject: Remove visual noise from registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ica0c7fe04dae3c52583cc2324bae1cfa5af1e197 Reviewed-on: https://gerrit.libreoffice.org/8292 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- registry/test/testregcpp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registry/test/testregcpp.cxx') diff --git a/registry/test/testregcpp.cxx b/registry/test/testregcpp.cxx index 95adc988bc63..0d9aa977f855 100644 --- a/registry/test/testregcpp.cxx +++ b/registry/test/testregcpp.cxx @@ -397,7 +397,7 @@ void test_registry_CppApi() REG_ENSURE(!rootKey.createKey(OUString("mySixthKey"), key6), "test_registry_CppApi error 7b"); // Link Test - // + REG_ENSURE(!rootKey.createKey(OUString("/myFourthKey/X"), key7), "test_registry_CppApi error 7c)");; REG_ENSURE(!key6.createLink(OUString("myFirstLink"), OUString("/myFourthKey/X")), "test_registry_CppApi error 7d"); -- cgit