Skip to content

Commit

Permalink
replace all failure doc url link
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingzhl committed Sep 29, 2020
1 parent 3ffa307 commit f1c6172
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*
* @author Eduardo Macarron
*
* @see <a href='http://code.google.com/p/mybatis/issues/detail?id=342'>Issue 342</a>
* @see <a href='https://github.com/mybatis/old-google-code-issues/issues/342'>Issue 342</a>
*/
public final class OgnlCache {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class DefaultResultSetHandlerTest {
/**
* Contrary to the spec, some drivers require case-sensitive column names when getting result.
*
* @see <a href="http://code.google.com/p/mybatis/issues/detail?id=557">Issue 557</a>
* @see <a href="https://github.com/mybatis/old-google-code-issues/issues/557">Issue 557</a>
*/
@Test
void shouldRetainColumnNameCase() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.junit.jupiter.api.Test;

/**
* @see <a href="https://github.com/mybatis/old-google-code-issues/issues/291>Issue 291</a>
*
*/
class ExternalRefidResolutionTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.junit.jupiter.api.Test;

//@Disabled("see issue #614")


class SerializeCircularTest {

@Test
Expand All @@ -41,7 +42,9 @@ void serializeAndDeserializeObjectsWithAggressiveLazyLoadingWithPreloadingAttrib
}
}

// @Disabled("See http://code.google.com/p/mybatis/issues/detail?id=614")
/**
* @see <a href="https://github.com/mybatis/old-google-code-issues/issues/614">Issue 614</a>
*/
@Test
void serializeAndDeserializeObjectsWithoutAggressiveLazyLoadingWithoutPreloadingAttribute() throws Exception {
try (SqlSession sqlSession = createSessionWithoutAggressiveLazyLoading()) {
Expand Down

0 comments on commit f1c6172

Please sign in to comment.