480Oswego2013 / CSC-HCI-480-2013-repo

8 stars 8 forks source link

ProgressBuilderTest Fails #20

Closed kevinwinahradsky closed 11 years ago

kevinwinahradsky commented 11 years ago

Running edu.oswego.csc480_hci521_2013.shared.h2o.urlbuilders.ProgressBuilderTest Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec <<< FAILURE!

Results :

Failed tests: testProgressBuilderJobAndDestination(edu.oswego.csc480_hci521_2013.shared.h2o.urlbuilders.ProgressBuilderTest) testProgressBuilderHashArgs1(edu.oswego.csc480_hci521_2013.shared.h2o.urlbuilders.ProgressBuilderTest)

patricktoohey commented 11 years ago

I think it would be helpful if you used junit's assertEquals in these tests. This will ensure we see both the expected and actual values in the output. I may just be missing it, but I do not see these output results (which are essential for troubleshooting the errors) in the build output.

kevinwinahradsky commented 11 years ago

RFViewBuilderTest now fails as well!

Running edu.oswego.csc480_hci521_2013.shared.h2o.urlbuilders.RFViewBuilderTest Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec <<< FAILURE!

Results :

Failed tests: testRFViewHashConstructor(edu.oswego.csc480_hci521_2013.shared.h2o.urlbuilders.RFViewBuilderTest)

cbchd commented 11 years ago

I'm sure it's a problem with the tests, no worries Kevin. They pass on my end so I'm not sure what's up... I'll take a look today

-----Original Message----- From: kevinwinahradsky notifications@github.com To: 480Oswego2013/CSC-HCI-480-2013-repo CSC-HCI-480-2013-repo@noreply.github.com Cc: cbchd cbchd@netscape.net Sent: Thu, Apr 11, 2013 4:04 am Subject: Re: [CSC-HCI-480-2013-repo] ProgressBuilderTest Fails (#20)

RFViewBuilderTest now fails as well! Running edu.oswego.csc480_hci521_2013.shared.h2o.urlbuilders.RFViewBuilderTest Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec <<< FAILURE! Results : Failed tests: testRFViewHashConstructor(edu.oswego.csc480_hci521_2013.shared.h2o.urlbuilders.RFViewBuilderTest) — Reply to this email directly or view it on GitHub.

kevinwinahradsky commented 11 years ago

closing since this is now working