Searched refs:SL_LINE_LENGTH (Results 1 – 6 of 6) sorted by relevance
/glogg/glogg/tests/ |
H A D | testlogdata.cpp |
|
H A D | logdataTest.cpp |
|
H A D | logfiltereddataTest.cpp |
|
/glogg/tests/ |
H A D | testlogdata.cpp | 40 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 D | logdataTest.cpp | 18 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 D | logfiltereddataTest.cpp | 17 static const int SL_LINE_LENGTH = 83; // Without the final '\n' ! variable
|