]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2108] Wrap lines
authorMukund Sivaraman <muks@isc.org>
Thu, 6 Sep 2012 04:56:56 +0000 (10:26 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 6 Sep 2012 04:56:56 +0000 (10:26 +0530)
src/lib/datasrc/memory/tests/memory_client_unittest.cc

index a134987c97d98f0a4b839230f59be61114486d00..ba73b55667124088dd1244e447365491bcddd702 100644 (file)
@@ -149,7 +149,8 @@ TEST_F(MemoryClientTest, loadRRSIGTypeUnmatched) {
 }
 
 TEST_F(MemoryClientTest, loadRRSIGs) {
-    client_->load(Name("example.org"), TEST_DATA_DIR "/example.org-rrsigs.zone");
+    client_->load(Name("example.org"),
+                 TEST_DATA_DIR "/example.org-rrsigs.zone");
     EXPECT_EQ(1, client_->getZoneCount());
 }