Tests fail when building 6.8

27 views
Skip to first unread message

Tim Boemker

unread,
Mar 2, 2013, 1:42:11 PM3/2/13
to testn...@googlegroups.com
I'm trying to build TestNG 6.8 from source & am getting test errors.

Here's what I've done:
Cloning into 'testng'...
remote: Counting objects: 26805, done.
remote: Compressing objects: 100% (8593/8593), done.
remote: Total 26805 (delta 16477), reused 26689 (delta 16371)
Receiving objects: 100% (26805/26805), 20.34 MiB | 1.25 MiB/s, done.
Resolving deltas: 100% (16477/16477), done.

$ cd testng/
git fetch https://github.com/cbeust/testng.git testng-6.8
$ ant
..
run:
     [echo]                                  -- Running tests --
     [echo]                                  -- C:\dev\tmp\testng/target/testng-6.9beta.jar --
   [testng] [TestNG] Running:
   [testng]   C:\dev\tmp\testng\src\test\resources\junit-suite.xml
   [testng]
   [testng] [TestNG] Running:
   [testng]   C:\dev\tmp\testng\src\test\resources\testng.xml
   [testng]
   [testng] [TestNG] [WARN] MethodInterceptor already set
   [testng]
   [testng] ===============================================
   [testng] TestNG
   [testng] Total tests run: 605, Failures: 3, Skips: 0
   [testng] ===============================================
   [testng]
   [testng] The tests failed.

Any help would be appreciated.
test-output.zip

Cédric Beust ♔

unread,
Mar 2, 2013, 5:05:54 PM3/2/13
to testn...@googlegroups.com
Hi Tim,

I'm not sure what's going on in this 6.8 branch but I suggest you just pull HEAD (6.9beta). I just pushed a small change, you should see a clean test run:

git pull
ant clean && ant

   [testng] ===============================================
   [testng] TestNG
   [testng] Total tests run: 604, Failures: 0, Skips: 0
   [testng] ===============================================


-- 
Cédric



--
You received this message because you are subscribed to the Google Groups "testng-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-dev+...@googlegroups.com.
To post to this group, send email to testn...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages