Advertisement
Guest User

Untitled

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