Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typos corrected
  • Loading branch information
AlexisGaldamez committed Jan 12, 2018
commit c7c2cad7063987d70042753f1c94195688ed0a95
4 changes: 2 additions & 2 deletions test/core/expectations/test_expect_not_to_be_null.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ is
ut.expect(anydata.convertCollection(ut3.ut_expectation_processor.get_failed_expectations())).to_be_empty();
end;

procedure blob_0_lengt
procedure blob_0_length
is
begin
--Act
Expand Down Expand Up @@ -65,7 +65,7 @@ is
end;


procedure clob_0_lengt
procedure clob_0_length
is
begin
--Act
Expand Down
4 changes: 2 additions & 2 deletions test/core/expectations/test_expect_not_to_be_null.pks
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ is
procedure blob_not_null;

--%test(Gives success for blob with length 0)
procedure blob_0_lengt;
procedure blob_0_length;

--%test(Gives success for not null boolean)
procedure boolean_not_null;
Expand All @@ -25,7 +25,7 @@ is
procedure clob_not_null;

--%test(Gives success for clob with length 0)
procedure clob_0_lengt;
procedure clob_0_length;

--%test(Gives success for not null date)
procedure date_not_null;
Expand Down
4 changes: 2 additions & 2 deletions test/core/expectations/test_expect_to_be_not_null.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ is
ut.expect(anydata.convertCollection(ut3.ut_expectation_processor.get_failed_expectations())).to_be_empty();
end;

procedure blob_0_lengt
procedure blob_0_length
is
begin
--Act
Expand Down Expand Up @@ -65,7 +65,7 @@ is
end;


procedure clob_0_lengt
procedure clob_0_length
is
begin
--Act
Expand Down
4 changes: 2 additions & 2 deletions test/core/expectations/test_expect_to_be_not_null.pks
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ is
procedure blob_not_null;

--%test(Gives success for blob with length 0)
procedure blob_0_lengt;
procedure blob_0_length;

--%test(Gives success for not null boolean)
procedure boolean_not_null;
Expand All @@ -25,7 +25,7 @@ is
procedure clob_not_null;

--%test(Gives success for clob with length 0)
procedure clob_0_lengt;
procedure clob_0_length;

--%test(Gives success for not null date)
procedure date_not_null;
Expand Down