Searched refs:theId2 (Results 1 - 1 of 1) sorted by path

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarAddItemTest.cpp90 int32 theId1, theId2; local
99 assert(myDeskbar.GetItemInfo(theView->Name(), &theId2) == B_OK);
100 assert(theId1 == theId2);
113 assert(myDeskbar.GetItemInfo(theView->Name(), &theId2) == B_OK);
114 assert(theId1 == theId2);

Completed in 29 milliseconds