diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 19:42:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 09:27:30 -0600 |
commit | 75c8d59ddd6ca19ff312c8e507ef05d969704d5a (patch) | |
tree | 2d7abcc50ccc243c3dbc6438a014df5711ac81c2 /registry/test/testregcpp.cxx | |
parent | 043e378521faecfcc09e0d7007de93882c50c461 (diff) |
Remove visual noise from registry
Change-Id: Ica0c7fe04dae3c52583cc2324bae1cfa5af1e197
Reviewed-on: https://gerrit.libreoffice.org/8292
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'registry/test/testregcpp.cxx')
-rw-r--r-- | registry/test/testregcpp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |