mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix XML parse test
Workaround to https://github.com/Leonidas-from-XIV/node-xml2js/issues/239
This commit is contained in:
		@@ -80,7 +80,7 @@ describe('XML node', function() {
 | 
			
		||||
        helper.load(xmlNode, flow, function() {
 | 
			
		||||
            var n1 = helper.getNode("n1");
 | 
			
		||||
            var n2 = helper.getNode("n2");
 | 
			
		||||
            n1.receive({payload:'<not valid xml>',topic: "bar"});
 | 
			
		||||
            n1.receive({payload:'<not valid>',topic: "bar"});
 | 
			
		||||
            setTimeout(function() {
 | 
			
		||||
                try {
 | 
			
		||||
                    var logEvents = helper.log().args.filter(function(evt) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user