Skip to content

Commit

Permalink
Fix UT failed on windows with FileNetworkerTest (apache#2848)
Browse files Browse the repository at this point in the history
Fix FileNetworkerTest failure
  • Loading branch information
water-coder authored and CrazyHZM committed Dec 6, 2018
1 parent 15e4a80 commit c5234b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void tearDown() throws Exception {

@Test
public void testJoin() throws RemotingException, InterruptedException, IOException {
final String groupURL = "file://" + folder.newFile();
final String groupURL = "file:///" + folder.newFile();

FileNetworker networker = new FileNetworker();
Group group = networker.lookup(URL.valueOf(groupURL));
Expand Down

0 comments on commit c5234b2

Please sign in to comment.