Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 488e5e5

Browse filesBrowse files
author
Stefan Reisner
committed
updated GHContentIntegrationTest.java
dummy commit
1 parent 65d6fc7 commit 488e5e5
Copy full SHA for 488e5e5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎src/test/java/org/kohsuke/github/GHContentIntegrationTest.java

Copy file name to clipboardExpand all lines: src/test/java/org/kohsuke/github/GHContentIntegrationTest.java
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public void testGetFileContentWithNonAsciiPath() throws Exception {
166166
final GHRepository repo = gitHub.getRepository("hub4j-test-org/GHContentIntegrationTest");
167167
final GHContent fileContent = repo.getFileContent("ghcontent-ro/a-file-with-\u00F6");
168168
assertThat(IOUtils.readLines(fileContent.read(), StandardCharsets.UTF_8), hasItems("test"));
169+
169170
final GHContent fileContent2 = repo.getFileContent(fileContent.getPath());
170171
assertThat(IOUtils.readLines(fileContent2.read(), StandardCharsets.UTF_8), hasItems("test"));
171172
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.