Skip to content

Conversation

@Ayodejiola
Copy link

No description provided.

@Ayodejiola
Copy link
Author

Update to Java @alex-litvak

Assert.assertEquals(Alert.typeProgressive, info.getAlerts().get(0).getType());
Assert.assertEquals("some_q", info.getAlerts().get(0).getQueue());
}

Copy link
Contributor

Choose a reason for hiding this comment

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

@Ayodejiola If you delete the whole method - you should delete all the headers and lines. In this case you should delete all the lines between 659 and 677

* @param alert_ids The array list of alert ids.
* @throws io.iron.ironmq.HTTPException If the IronMQ service returns a status other than 200 OK.
* @throws java.io.IOException If there is an error accessing the IronMQ server.
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

lines 797 - 799 should also be deleted

* @throws InterruptedException
*/
@Test(expected = HTTPException.class)
public void testDeleteQueue() throws IOException, InterruptedException {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you delete this?

* @throws io.iron.ironmq.HTTPException If the IronMQ service returns a status other than 200 OK.
* @throws java.io.IOException If there is an error accessing the IronMQ server.
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

lines that should be deleted

Copy link
Author

Choose a reason for hiding this comment

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

Can't find these. Did you delete it already?

* @param alerts The array list of alerts.
* @throws io.iron.ironmq.HTTPException If the IronMQ service returns a status other than 200 OK.
* @throws java.io.IOException If there is an error accessing the IronMQ server.
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

lines that should be deleted as well

Copy link
Author

Choose a reason for hiding this comment

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

Can't find these. Did you delete it already?

Restored deleted lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants