Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix typo in descriptions and add test to match blank object attribute #8004

Closed
wants to merge 2 commits into from
Closed

Conversation

rolfyone
Copy link
Contributor

Request Type: test

How to reproduce:

Component(s): misc core

Impact: small

Complexity: small

This issue is related to:

Detailed Description:

while investigating #7890 I found a couple of typos in the filter tests, and used the test suite to prove the problem was working as specified. There were no test cases specifically to show the behaviour that I could find, so committed it as an example of matching empty string through use of exact match.

Other Comments:

test(filter): fix typo in descriptions and add test to match blank object attribute

Two descriptions contain typo's to the word predicate.
Also, to prove behaviour in ticket 7890, create a new test to display filter

Closes #7891

@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#8004)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@rolfyone rolfyone changed the title test(filter): fix typo in descriptions and add test to match blank objec... fix typo in descriptions and add test to match blank object attribute Jun 27, 2014
@rolfyone
Copy link
Contributor Author

I used that template - hopefully that's ok? sorry i'm a newbie :)

@mary-poppins
Copy link

I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS.

Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match.

If you signed the CLA as a corporation, please let us know the company's name.

Thanks a bunch!

PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR.
PS2: If you are a Googler, please sign the CLA as well to simplify the CLA verification process.

@rolfyone rolfyone added cla: no and removed cla: yes labels Jun 27, 2014
@rolfyone
Copy link
Contributor Author

CLA signed again

@rolfyone
Copy link
Contributor Author

the build failure looks nothing to do with my change, but i have no idea how to proceed...

@rolfyone rolfyone added cla: yes and removed cla: no labels Jun 27, 2014
…ject attributes

Two descriptions contain typo's to the word predicate.
Also, to prove behavior in ticket 7890, create a new test to display filter

Closes #7891
@@ -61,7 +61,7 @@ describe('Filter: filter', function() {
});


it('should support predicat object with dots in the name', function() {
it('should support predicate object with dots in the name', function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these aren't really related to the test addition

@caitp
Copy link
Contributor

caitp commented Jun 27, 2014

Hmm, well maybe we don't care in this case, but ordinarily I'd say split this into two commits, one is a style fix and the other is a test

otherwise, lgtm I guess

@rolfyone
Copy link
Contributor Author

they were the 'fix typos' bit - i can remove them and put them as a separate ticket if preferred...

@rolfyone
Copy link
Contributor Author

so normally 2 commits on the same ticket? or separate ticket... this is my first github foray, so just not clear on the preference...

@caitp
Copy link
Contributor

caitp commented Jun 27, 2014

Also, you should move the test under the should support comparator description, since this is really testing the comparator parameter's behaviour when set to 'true'.

There's an existing test, but it doesn't cover this particular case. It might not be wise to suggest people use this as angular.equals can be expensive if it's looking at objects instead of primitives.

@caitp
Copy link
Contributor

caitp commented Jun 27, 2014

Two commits in one ticket is fine (in my opinion) if they're doing different things --- in my opinion, it's best when each commit does exactly one "thing", and all the changes in that commit are pertinent to that specific thing

@rolfyone
Copy link
Contributor Author

Ok that's a fair call re 1 commit per 'thing'.

I'll move that test to the other section.

…ect attribute to descriptor section

Move the test to show matching empty string to the should support comparator section.

Closes #7891
@rolfyone
Copy link
Contributor Author

@caitp should be all good to go. not sure if i had to flag it or if the change is flagged internally so apologies if this is just an 'extra' message :)

@Narretz Narretz added this to the 1.3.0-beta.16 milestone Jul 14, 2014
@IgorMinar IgorMinar assigned IgorMinar and caitp and unassigned IgorMinar Jul 14, 2014
caitp pushed a commit that referenced this pull request Jul 16, 2014
Two descriptions contain typo's to the word predicate.

Closes #8004
@caitp caitp closed this in 3c7f0f7 Jul 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

filter test typos and another test case
5 participants