Return-Path: X-Original-To: apmail-ws-dev-archive@www.apache.org Delivered-To: apmail-ws-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE43A10C2E for ; Sat, 12 Oct 2013 14:09:45 +0000 (UTC) Received: (qmail 55098 invoked by uid 500); 12 Oct 2013 14:09:21 -0000 Delivered-To: apmail-ws-dev-archive@ws.apache.org Received: (qmail 53718 invoked by uid 500); 12 Oct 2013 14:09:14 -0000 Mailing-List: contact dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ws.apache.org Delivered-To: mailing list dev@ws.apache.org Received: (qmail 52584 invoked by uid 99); 12 Oct 2013 14:09:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 14:09:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of asiriwork@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-ee0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 14:09:06 +0000 Received: by mail-ee0-f48.google.com with SMTP id l10so2409258eei.7 for ; Sat, 12 Oct 2013 07:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zwIMkqDmfh9hQXD/dpSZpgKi8kMi3SbiVGnXKTLbc6w=; b=ErveldXdnyPIONRlOyJBPbYmIySirlOjVwGyDd4+c86imP+pfTdPmvr2SKs8KsjOTu TDkrSkNFtLOf+orQqJwYs1V0KxobO+FAp+LFLnsTyYWrvvIuzr5GE6ukx1JmJLag6HBa BZgqf8FxbMAOg8OH9YE7N9z+rG3tjlovZ3TrDxaCL5LEWNr4GRmpf1q8d8mrY6fIgXwW tkn9QzMLNGwUhOSTh6J/oI7yndOWpVAODiUubSarQMvTZE/iA3GLzkFv3Mi6n48sdiKH /cBaEpAG34lyS02cCSVtqn5xIXfyxMNqpJP7PJD8vDqqa9YKudbT03PTdlTj+Bcbc/yB GbVQ== MIME-Version: 1.0 X-Received: by 10.15.99.72 with SMTP id bk48mr38719010eeb.22.1381586925143; Sat, 12 Oct 2013 07:08:45 -0700 (PDT) Received: by 10.223.193.138 with HTTP; Sat, 12 Oct 2013 07:08:45 -0700 (PDT) Date: Sat, 12 Oct 2013 19:38:45 +0530 Message-ID: Subject: Axiom test cases doesn't run From: Asiri Liyana Arachchi To: dev@ws.apache.org Content-Type: multipart/alternative; boundary=089e01681616e64ca304e88bc5ec X-Virus-Checked: Checked by ClamAV on apache.org --089e01681616e64ca304e88bc5ec Content-Type: text/plain; charset=ISO-8859-1 Hi all, Im working on an Apache Axiom Project. I've tried to run some test cases that are already in the axiom(for an example org.apache.axiom.ts.om.xpath.TestAddNamespaces.java ) . But every time they give this error. (saying that corresponding class has no public constructor TestCase ) junit.framework.AssertionFailedError: Class org.apache.axiom.ts.om.builder.TestGetDocumentElementWithIllFormedDocument has no public constructor TestCase(String name) or TestCase() at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) at org.junit.runner.JUnitCore.run(JUnitCore.java:157) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:77) at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:195) at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) Process finished with exit code 255 I've successfully built axiom with dependencies with passing all the Test cases. I've tried importing projects on both eclipse and intellijidea IDEs. Still I don't have an idea about what I'm doing wrong. I'll appreciate if some one can help me on this. Thank --089e01681616e64ca304e88bc5ec Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Hi all,<= /span>

Im wor= king on an Apache Axiom Project.=A0I've tried to run some test case= s that are already in the=A0axiom(for an example=A0org.apache.axiom.ts.om.xpath.TestAddNamespaces.ja= va )

.=A0But every time th= ey give this error. (saying that corresponding class has no public construc= tor TestCase )

<=
font face=3D"times new roman, serif">    junit.framework.AssertionFailedErr=
or: Class org.apache.axiom.ts.om.builder.TestGetDocumentElementWithIllForme=
dDocument has no public constructor TestCase(String name) or TestCase()
    at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner=
.java:83)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
    at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4I=
deaTestRunner.java:77)
    at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(=
JUnitStarter.java:195)
    at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:=
63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl=
.java:57)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)

       Process finished with exit code 255

I'= ;ve=A0successfully=A0built axiom =A0with=A0dependencies with passing all th= e Test cases. I've tried importing projects on both eclipse and intelli= jidea IDEs. Still I don't have an idea about what I'm doing wrong.= =A0

I'll appreciate if some one can help me on = this.

Thank

--089e01681616e64ca304e88bc5ec--