Skip to content

Commit

Permalink
ULT renaming: EnqueueCopyBufferRect
Browse files Browse the repository at this point in the history
Change-Id: I95de3b07d76b973018ac384797484c902b1d5b62
  • Loading branch information
AdamCetnerowski authored and Compute-Runtime-Automation committed Dec 28, 2018
1 parent 694b643 commit e8fc87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_tests/api/cl_enqueue_copy_buffer_rect_tests.inl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ typedef api_tests clEnqueueCopyBufferRectTests;

namespace ULT {

TEST_F(clEnqueueCopyBufferRectTests, returnSuccess) {
TEST_F(clEnqueueCopyBufferRectTests, GivenCorrectParametersWhenEnqueingCopyBufferRectThenSuccessIsReturned) {
MockBuffer srcBuffer;
MockBuffer dstBuffer;
size_t srcOrigin[] = {0, 0, 0};
Expand All @@ -41,7 +41,7 @@ TEST_F(clEnqueueCopyBufferRectTests, returnSuccess) {
EXPECT_EQ(CL_SUCCESS, retVal);
}

TEST_F(clEnqueueCopyBufferRectTests, NullCommandQueue_returnsError) {
TEST_F(clEnqueueCopyBufferRectTests, GivenNullCommandQueueWhenEnqueingCopyBufferRectThenInvalidCommandQueueErrorIsReturned) {
auto retVal = clEnqueueCopyBufferRect(
nullptr, //command_queue
nullptr, //srcBuffer
Expand Down

0 comments on commit e8fc87b

Please sign in to comment.