Home
last modified time | relevance | path

Searched refs:SL_LINE_LENGTH (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/tests/
H A Dtestlogdata.cpp
H A DlogdataTest.cpp
H A DlogfiltereddataTest.cpp
/glogg/tests/
H A Dtestlogdata.cpp40 static const int SL_LINE_LENGTH = 83; // Without the final '\n' ! variable
116 QCOMPARE( logData.getMaxLength(), SL_LINE_LENGTH ); in multipleLoad()
117 QCOMPARE( logData.getFileSize(), SL_NB_LINES * (SL_LINE_LENGTH+1LL) ); in multipleLoad()
131 QCOMPARE( logData.getMaxLength(), SL_LINE_LENGTH ); in multipleLoad()
132 QCOMPARE( logData.getFileSize(), SL_NB_LINES * (SL_LINE_LENGTH+1LL) ); in multipleLoad()
H A DlogdataTest.cpp18 static const int SL_LINE_LENGTH = 83; // Without the final '\n' ! variable
56 ASSERT_THAT( log_data.getMaxLength(), SL_LINE_LENGTH ); in TEST_F()
57 ASSERT_THAT( log_data.getFileSize(), 200 * (SL_LINE_LENGTH+1LL) ); in TEST_F()
77 ASSERT_THAT( log_data.getMaxLength(), SL_LINE_LENGTH ); in TEST_F()
78 ASSERT_THAT( log_data.getFileSize(), (qint64) (400 * (SL_LINE_LENGTH+1LL) in TEST_F()
101 ASSERT_THAT( log_data.getMaxLength(), SL_LINE_LENGTH ); in TEST_F()
102 ASSERT_THAT( log_data.getFileSize(), (qint64) ( 420 * (SL_LINE_LENGTH+1LL) in TEST_F()
H A DlogfiltereddataTest.cpp17 static const int SL_LINE_LENGTH = 83; // Without the final '\n' ! variable