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

two TODO task completed in GenericTest.kt #428

Closed
wants to merge 2 commits into from
Closed

two TODO task completed in GenericTest.kt #428

wants to merge 2 commits into from

Conversation

Rishavgupta12345
Copy link
Contributor

@Rishavgupta12345 Rishavgupta12345 commented Oct 1, 2021

two TODO task completed in GenericTest.kt

#369

@@ -78,7 +78,7 @@ internal class XmlTest {
}

@Test
@Disabled // TODO Fix this case
Copy link
Member

Choose a reason for hiding this comment

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

Does this test pass once enabled? This test was disabled because it wasn't working and it should, so some changes on the XML module should be made to make it pass ;)

The true goal of this TODO was to enable the test again... and make it pass, did you check it?

@@ -33,7 +33,7 @@ data class TestResponse(

override fun redirect(url: String) {
status = 301
// setHeader("location", url) // TODO Fix this
Copy link
Member

Choose a reason for hiding this comment

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

The TODO intended action is to add the "location" header to the TestResponse instance. That is, uncommenting that line and assuring it is set (if there is no test to assure that, it should be created).

@jaguililla jaguililla changed the base branch from master to develop October 2, 2021 10:29
@jaguililla
Copy link
Member

Please, don't forget to file PRs to develop instead of master. I already changed it here :)

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.

None yet

2 participants