summaryrefslogtreecommitdiff
path: root/java/client/src/test/java/org/apache/qpid/example/test/TestPublisher.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/client/src/test/java/org/apache/qpid/example/test/TestPublisher.java')
-rw-r--r--java/client/src/test/java/org/apache/qpid/example/test/TestPublisher.java27
1 files changed, 18 insertions, 9 deletions
diff --git a/java/client/src/test/java/org/apache/qpid/example/test/TestPublisher.java b/java/client/src/test/java/org/apache/qpid/example/test/TestPublisher.java
index aa6a54cb0e..6ff6028ccd 100644
--- a/java/client/src/test/java/org/apache/qpid/example/test/TestPublisher.java
+++ b/java/client/src/test/java/org/apache/qpid/example/test/TestPublisher.java
@@ -1,9 +1,20 @@
-/**
- * Class that uses an input file for message content to publish and doesn't archive it
- * Author: Marnie McCormack
- * Date: 18-Jul-2006
- * Time: 14:54:31
- * Copyright JPMorgan Chase 2006
+/*
+ * 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.qpid.example.test;
@@ -18,9 +29,7 @@ import org.apache.log4j.BasicConfigurator;
public class TestPublisher {
private static final Logger _logger = Logger.getLogger(TestAMSPubSub.class);
- private static final String _defaultPayloadPath = "C:/Requirements/examplexml/test.xml";
-
- private static final String DEFAULT_LOG_CONFIG_FILENAME = "log4j.xml";
+ private static final String _defaultPayloadPath = "/tmp";
/**
* Test main for class using default of local file for message payload