Skip to content

Commit

Permalink
fixed the failing dozer test again after @gashcrumb broke it again. f…
Browse files Browse the repository at this point in the history
…eeling all virtuous :)
  • Loading branch information
jstrachan committed Oct 11, 2013
1 parent 5a893a8 commit f94819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/test/specs/spec/DozerSpec.js
Expand Up @@ -6,7 +6,7 @@ describe("Dozer", function () {
var savedXmlText = null;
var expectedXml = '<?xml version="1.0" encoding="UTF-8"?>\n' +
'<mappings xmlns="http://dozer.sourceforge.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dozer.sourceforge.net http://dozer.sourceforge.net/schema/beanmapping.xsd">\n' +
' <mapping>\n' +
' <mapping map-id="1234">\n' +
' <class-a>org.dozer.vo.copybyreference.TestA</class-a>\n' +
' <class-b>org.dozer.vo.copybyreference.TestB</class-b>\n' +
' <field>\n' +
Expand Down

0 comments on commit f94819c

Please sign in to comment.