Guest User

Untitled

a guest
May 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. test:
  2. [mkdir] Created dir: /usr/local/anthill/work/orbeon/build/temp/test
  3. [mkdir] Created dir: /usr/local/anthill/work/orbeon/src/resources-packaged/ops/unit-tests/exist-data
  4. [junit] Testsuite: org.orbeon.oxf.test.ProcessorTest
  5. [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.723 sec
  6. [junit] ------------- Standard Error -----------------
  7. [junit] XPL - Empty output, loop simulation, multiple pipelines with same config but different data
  8.  
  9. [junit] Expected data:
  10. [junit] <root>
  11. [junit] <root>even</root>
  12. [junit] <root>odd</root>
  13. [junit] <root>odd</root>
  14. [junit] <root>odd</root>
  15. [junit] <root>even</root>
  16. [junit] </root>
  17.  
  18. [junit] Actual data:
  19. [junit] <root> <root>even</root> <root>odd</root> <root>odd</root> <root>odd</root> <root>even</root></root>
  20. [junit] ------------- ---------------- ---------------
  21.  
  22. [junit] Testcase: XPL - Empty output, loop simulation, multiple pipelines with same config but different data took 0.721 sec
  23. [junit] FAILED
  24. [junit] null
  25. [junit] junit.framework.AssertionFailedError
  26. [junit] at org.orbeon.oxf.test.ProcessorTest.test(ProcessorTest.java:247)
Add Comment
Please, Sign In to add comment