Advertisement
Guest User

Untitled

a guest
May 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 1.72 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] removing choice tables
  6.   [swjunit] teadDown completed
  7.   [swjunit] removing choice tables
  8.   [swjunit] teadDown completed
  9.   [swjunit] removing choice tables
  10.   [swjunit] teadDown completed
  11.   [swjunit] removing choice tables
  12.   [swjunit] teadDown completed
  13.   [swjunit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 12,688 sec
  14.   [swjunit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 12,688 sec
  15.   [swjunit] ------------- Standard Output ---------------
  16.   [swjunit] removing choice tables
  17.   [swjunit] teadDown completed
  18.   [swjunit] removing choice tables
  19.   [swjunit] teadDown completed
  20.   [swjunit] removing choice tables
  21.   [swjunit] teadDown completed
  22.   [swjunit] removing choice tables
  23.   [swjunit] teadDown completed
  24.   [swjunit] ------------- ---------------- ---------------
  25.   [swjunit]
  26.   [swjunit] Testcase: testComplexChoiceDataRetrieval took 3,448 sec
  27.   [swjunit] Testcase: testMultichoice took 3,086 sec
  28.   [swjunit] Testcase: testChoiceNLS took 2,88 sec
  29.   [swjunit] Testcase: testChoiceCache4137 took 2,949 sec
  30.   [swjunit]     FAILED
  31.   [swjunit] null expected:<[2,]3> but was:<[]3>
  32.   [swjunit] junit.framework.ComparisonFailure: null expected:<[2,]3> but was:<[]3>
  33.   [swjunit]     at com.supportwizard.tests.dictionary.SWChoiceTest.testChoiceCache4137(SWChoiceTest.java:982)
  34.   [swjunit]     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
  35.   [swjunit]     at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
  36.   [swjunit]     at junit.extensions.TestSetup.run(TestSetup.java:27)
  37.   [swjunit]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement