Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
TESTFIX polished tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz committed Jun 5, 2012
1 parent dda4459 commit fe9e963
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ nohup.out
out
activemq-data
vf.gf.*
*.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class C24Demo {

inboundJmsFlow.start

val validSwiftDoc = C24DemoUtils.getDocumentAsString(new ClassPathResource("scala/c24/demo/valid-swift.xml"))
val validSwiftDoc = C24DemoUtils.getDocumentAsString(new ClassPathResource("valid-swift.xml"))

val jmsTemplate = new JmsTemplate(connectionFactory);
val request = new org.apache.activemq.command.ActiveMQQueue("c24Queue")
Expand Down

0 comments on commit fe9e963

Please sign in to comment.