Author: elecharny Date: Sun Sep 3 23:38:05 2017 New Revision: 1807183 URL: http://svn.apache.org/viewvc?rev=1807183&view=rev Log: Added some missing AL 2.0 headers Modified: directory/studio/branches/studio-value/tests/test.integration.core/src/main/java/org/apache/directory/studio/test/integration/core/ConnectionWrapperTestBase.java directory/studio/branches/studio-value/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/GssApiTest.ldif Modified: directory/studio/branches/studio-value/tests/test.integration.core/src/main/java/org/apache/directory/studio/test/integration/core/ConnectionWrapperTestBase.java URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/tests/test.integration.core/src/main/java/org/apache/directory/studio/test/integration/core/ConnectionWrapperTestBase.java?rev=1807183&r1=1807182&r2=1807183&view=diff ============================================================================== --- directory/studio/branches/studio-value/tests/test.integration.core/src/main/java/org/apache/directory/studio/test/integration/core/ConnectionWrapperTestBase.java (original) +++ directory/studio/branches/studio-value/tests/test.integration.core/src/main/java/org/apache/directory/studio/test/integration/core/ConnectionWrapperTestBase.java Sun Sep 3 23:38:05 2017 @@ -1,3 +1,22 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ package org.apache.directory.studio.test.integration.core; @@ -51,6 +70,7 @@ import org.apache.directory.studio.conne import org.apache.directory.studio.connection.core.ConnectionParameter.NetworkProvider; import org.apache.directory.studio.connection.core.IReferralHandler; import org.apache.directory.studio.connection.core.io.ConnectionWrapper; +import org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper; import org.apache.mina.util.AvailablePortFinder; import org.eclipse.core.runtime.NullProgressMonitor; import org.junit.After; @@ -59,6 +79,12 @@ import org.junit.Test; import org.junit.runner.RunWith; +/** + * Base class for {@link ConnectionWrapper} tests. + * + * @author Apache Directory Project + * @version $Rev$, $Date$ + */ @RunWith(FrameworkRunner.class) @CreateLdapServer(transports = { @CreateTransport(protocol = "LDAP"), @CreateTransport(protocol = "LDAPS") }) Modified: directory/studio/branches/studio-value/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/GssApiTest.ldif URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/GssApiTest.ldif?rev=1807183&r1=1807182&r2=1807183&view=diff ============================================================================== --- directory/studio/branches/studio-value/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/GssApiTest.ldif (original) +++ directory/studio/branches/studio-value/tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/GssApiTest.ldif Sun Sep 3 23:38:05 2017 @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# dn: dc=security,dc=example,dc=com objectClass: top objectClass: domain