Skip to content

Commit

Permalink
fix for webscoket tck - add back webclient/log folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Feb 27, 2022
1 parent b4fb176 commit cda0828
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/com/sun/ts/tests/common/webclient/WebTestCase.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2022 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -34,6 +34,8 @@
import com.sun.ts.tests.common.webclient.http.HttpResponse;
import com.sun.ts.tests.common.webclient.validation.ValidationFactory;
import com.sun.ts.tests.common.webclient.validation.ValidationStrategy;
// used to force the class to be compiled
import com.sun.ts.tests.common.webclient.validation.TokenizedValidator;

/**
* A TestCase implementation for HTTP-based testing. This allows the user to set
Expand Down
4 changes: 3 additions & 1 deletion src/com/sun/ts/tests/common/webclient/http/HttpRequest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2022 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -39,6 +39,8 @@
import org.apache.commons.httpclient.protocol.Protocol;
import org.apache.commons.httpclient.protocol.ProtocolSocketFactory;
import org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory;
// this import is used to force this class to get compiled
import com.sun.ts.tests.common.webclient.log.WebLog;

import com.sun.ts.lib.util.TestUtil;
import com.sun.ts.tests.common.webclient.Util;
Expand Down

0 comments on commit cda0828

Please sign in to comment.