Skip to content

Commit

Permalink
jetty: Move UnixDomainTest to junixsocket package
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Mar 10, 2024
1 parent 312ec5d commit 560d9c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* junixsocket
*
* Copyright 2009-2022 Christian Kohlschütter
* Copyright 2009-2024 Christian Kohlschütter
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -28,7 +28,7 @@
// ========================================================================
//

package org.eclipse.jetty.unixdomain.server;
package org.newsclub.net.unix.jetty;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
Expand Down Expand Up @@ -74,8 +74,6 @@
import org.junit.jupiter.api.Test;
import org.newsclub.net.unix.AFSocketAddress;
import org.newsclub.net.unix.AFUNIXSocketAddress;
import org.newsclub.net.unix.jetty.AFSocketClientConnector;
import org.newsclub.net.unix.jetty.AFSocketServerConnector;

import jakarta.servlet.ServletOutputStream;
import jakarta.servlet.http.HttpServletRequest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* junixsocket
*
* Copyright 2009-2022 Christian Kohlschütter
* Copyright 2009-2024 Christian Kohlschütter
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -28,7 +28,7 @@
// ========================================================================
//

package org.eclipse.jetty.unixdomain.server;
package org.newsclub.net.unix.jetty;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
Expand Down Expand Up @@ -79,9 +79,6 @@
import org.junit.jupiter.api.Test;
import org.newsclub.net.unix.AFSocketAddress;
import org.newsclub.net.unix.AFUNIXSocketAddress;
import org.newsclub.net.unix.jetty.AFSocketClientConnector;
import org.newsclub.net.unix.jetty.AFSocketServerConnector;
import org.newsclub.net.unix.jetty.AFSocketTransport;

public class UnixDomainTest {
private static final Class<?> unixDomainSocketAddressClass = probe();
Expand Down

0 comments on commit 560d9c0

Please sign in to comment.