Home
last modified time | relevance | path

Searched hist:f960e7e9a2b236d50e202d5c46b4d759d46b233a (Results 1 – 17 of 17) sorted by relevance

/haiku/src/tests/kits/support/bstring/
H A DStringSplitTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringFormatAppendTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringCompareTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringCaseTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringSubCopyTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringPrependTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringCharAccessTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringEscapeTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringConstructionTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringRemoveTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringAccessTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringInsertTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringAppendTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringSearchTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringReplaceTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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 DStringAssignTest.cppf960e7e9a2b236d50e202d5c46b4d759d46b233a 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