Advertisement
Guest User

Untitled

a guest
May 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 1.50 KB | None | 0 0
  1.      [echo] system tables created
  2.   [swjunit] Running com.supportwizard.tests.dictionary.SWDictionaryTest
  3.   [swjunit] Testsuite: com.supportwizard.tests.dictionary.SWDictionaryTest
  4.   [swjunit] ..
  5.   [swjunit] 3@0:product for Windows2K..
  6.   [swjunit] 2@0:product for Windows95..
  7.   [swjunit] 1@0:product for WindowsXP
  8.   [swjunit] removing choice tables
  9.   [swjunit] teadDown completed
  10.   [swjunit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 3,581 sec
  11.   [swjunit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 3,581 sec
  12.   [swjunit] ------------- Standard Output ---------------
  13.   [swjunit] ..
  14.   [swjunit] 3@0:product for Windows2K..
  15.   [swjunit] 2@0:product for Windows95..
  16.   [swjunit] 1@0:product for WindowsXP
  17.   [swjunit] removing choice tables
  18.   [swjunit] teadDown completed
  19.   [swjunit] ------------- ---------------- ---------------
  20.   [swjunit]
  21.   [swjunit] Testcase: testComplexChoiceDataRetrieval took 3,31 sec
  22.   [swjunit]     FAILED
  23.   [swjunit] expected:<2@0:product for Windows95> but was:<3@0:product for Windows2K>
  24.   [swjunit] junit.framework.AssertionFailedError: expected:<2@0:product for Windows95> but was:<3@0:product for Windows2K>
  25.   [swjunit]     at com.supportwizard.tests.dictionary.SWChoiceTest.testComplexChoiceDataRetrieval(SWChoiceTest.java:687)
  26.   [swjunit]     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
  27.   [swjunit]     at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
  28.   [swjunit]     at junit.extensions.TestSetup.run(TestSetup.java:27)
  29.   [swjunit]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement