Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change splice to pop in annotation tests #10179

Merged
merged 1 commit into from Oct 24, 2018

Conversation

ThomasdenH
Copy link
Contributor

This line in the annotation tests subtracts an array from a number. This is because splice(-1, 1) returns a one-element array, while pop() returns only the element itself.

This line in the annotation tests subtracts an array from a number. This is because `splice(-1, 1)` returns a one-element array, while `pop()` returns only the element itself.
@timvandermeij
Copy link
Contributor

/botio unittest

@pdfjsbot
Copy link

From: Bot.io (Windows)


Received

Command cmd_unittest from @timvandermeij received. Current queue size: 0

Live output at: http://54.215.176.217:8877/35cada1b9945ed6/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Received

Command cmd_unittest from @timvandermeij received. Current queue size: 0

Live output at: http://54.67.70.0:8877/b0f8a1bb1728cdc/output.txt

@pdfjsbot
Copy link

From: Bot.io (Linux m4)


Success

Full output at http://54.67.70.0:8877/b0f8a1bb1728cdc/output.txt

Total script time: 3.87 mins

  • Unit Tests: Passed

@pdfjsbot
Copy link

From: Bot.io (Windows)


Success

Full output at http://54.215.176.217:8877/35cada1b9945ed6/output.txt

Total script time: 5.61 mins

  • Unit Tests: Passed

@timvandermeij timvandermeij merged commit dc98bf7 into mozilla:master Oct 24, 2018
@timvandermeij
Copy link
Contributor

Nice find; thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants