/haiku/src/tests/kits/support/bstring/ |
H A D | StringSplitTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringFormatAppendTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringCompareTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringCaseTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringSubCopyTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringPrependTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringCharAccessTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringEscapeTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringConstructionTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringRemoveTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringAccessTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringInsertTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringAppendTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringSearchTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringReplaceTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|
H A D | StringAssignTest.cpp | f960e7e9a2b236d50e202d5c46b4d759d46b233a Thu Mar 29 07:13:25 UTC 2018 krish_iyer <krishnaniyer97@gmail.com> Support kit: Fixed issues in BString unit tests
1: Changed CPPUNIT_ASSERT -> CPPUNIT_ASSERT_EQUAL 2: Fixed coding style: Added two lines after including libraries, maintained 80 characters(MAX) in each line and space at comment start 3: Fixed the failure for "BString::Search" test "i != 0 by chaning the testing method(StartsWith->IStartsWith) and changed the string to be searched(sT->st)
Change-Id: I1237d1f2d0e3af7757963cc940bae929f487f088
|