]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Support for storing more than one samples
authorFranciszek Gorski <fagorski9@gmail.com>
Wed, 19 Jun 2019 13:22:51 +0000 (15:22 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 15 Jul 2019 12:32:54 +0000 (15:32 +0300)
src/lib/stats/tests/observation_unittest.cc

index b3befedb9f103a604db4e8756af6472afd719acc..c2b8df9616b53f6b3dfaf7af2cf2f5bb0d5b8484 100644 (file)
@@ -439,6 +439,7 @@ TEST_F(ObservationTest, setAgeLimit) {
         EXPECT_EQ((*it).first, millisec::time_duration(0, 0, 0, i));
         --i;
     }
+
 }
 
 // Test checks whether timing is reported properly.