My problem still persists. (I've updated my SVN client and did get some
changes)
Not sure how much more logging info I can get. Scanning the output for
"Neko" I get:
Running org.apache.shindig.gadgets.parse.nekohtml.NekoParsersTest
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
<<< FAILURE!
. . .
Running org.apache.shindig.gadgets.parse.nekohtml.NekoParserAndSerializeTest
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
<<< FAILURE!
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
. . .
Failed tests:
testDocWithDoctype(org.apache.shindig.gadgets.parse.nekohtml.NekoParsersTest)
testDocWithDoctype(org.apache.shindig.gadgets.parse.nekohtml.NekoParserAndSerializeTest)
On Tue, Dec 2, 2008 at 2:37 AM, Louis Ryan <[EMAIL PROTECTED]> wrote:
> This is now fixed. Default shindig property file had hardcoded port
> defaults.
>
> On Mon, Dec 1, 2008 at 9:47 PM, Astha Bhatnagar <
> [EMAIL PROTECTED]> wrote:
>
> > Hi Lev,
> > There are some more mails reporting build failures. I am also facing the
> > same problem but in my case failed test cases are different.
> >
> > Tests run: 9, Failures: 2, Errors: 2, Skipped: 0, Time elapsed: 16.375
> sec
> > <<< FAILURE!
> >
> > Results :
> >
> > at
> >
> >
> com.gargoylesoftware.htmlunit.html.HtmlPage.loadJavaScriptFromUrl(HtmlPage.java:1064)
> > Failed tests:
> > at
> >
> >
> com.gargoylesoftware.htmlunit.html.HtmlPage.loadExternalJavaScriptFile(HtmlPage.java:1015)
> > at
> >
> >
> com.gargoylesoftware.htmlunit.html.HtmlScript.executeScriptIfNeeded(HtmlScript.java:333)
> > fetchPerson(org.apache.shindig.server.endtoend.EndToEndTest)
> > at
> >
> >
> com.gargoylesoftware.htmlunit.html.HtmlScript.onAddedToPage(HtmlScript.java:233)
> > fetchPeople(org.apache.shindig.server.endtoend.EndToEndTest)
> > at
> >
> >
> com.gargoylesoftware.htmlunit.html.HtmlPage.notifyNodeAdded(HtmlPage.java:1744)
> >
> > at
> > com.gargoylesoftware.htmlunit.html.DomNode.appendChild(DomNode.java:879)
> > Tests in error:
> > fetchPerson(org.apache.shindig.server.endtoend.EndToEndTest)
> > at
> >
> >
> com.gargoylesoftware.htmlunit.html.HTMLParser$HtmlUnitDOMBuilder.startElement(HTMLParser.java:457)
> > fetchPeople(org.apache.shindig.server.endtoend.EndToEndTest)
> > at
> org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
> > Source)
> >
> > at
> >
> >
> org.cyberneko.html.filters.DefaultFilter.startElement(DefaultFilter.java:140)
> >
> >
> >
> > On Tue, Dec 2, 2008 at 5:47 AM, Lev Epshteyn <[EMAIL PROTECTED]> wrote:
> >
> > > Anyone else getting these tests failing?:
> > >
> > > Failed tests:
> > >
> > >
> > >
> >
> testDocWithDoctype(org.apache.shindig.gadgets.parse.nekohtml.NekoParsersTest)
> > >
> > >
> > >
> >
> testDocWithDoctype(org.apache.shindig.gadgets.parse.nekohtml.NekoParserAndSerializeTest)
> > >
> > > I'm wondering if this is a known issue or something new (probably due
> to
> > my
> > > environment being screwed up). I can't seem to build Shindig because of
> > it.
> > >
> >
>