Changeset - 0b069fe5cd30
[Not reviewed]
0 0 3
Jan Kaluza - 10 years ago 2016-02-15 14:16:36
jkaluza@redhat.com
Fix VCard extended_test
3 files changed with 46 insertions and 0 deletions:
0 comments (0 inline, 0 general)
tests/tests_output/localhost/roster/client.dat
Show inline comments
 
new file 100644
 
return {
 
        ["responder@localhost"] = {
 
                ["groups"] = {
 
                        ["Buddies"] = true;
 
                };
 
                ["name"] = "responder";
 
                ["subscription"] = "both";
 
        };                                                                                                                                                                                                                               
 
};
tests/tests_output/localhost/roster/responder.dat
Show inline comments
 
new file 100644
 
return {
 
        ["client@localhost"] = {
 
                ["groups"] = {
 
                        ["Buddies"] = true;
 
                };
 
                ["name"] = "client";
 
                ["subscription"] = "both";
 
        };                                                                                                                                                                                                                               
 
};
tests/tests_output/localhost/vcard/client.dat
Show inline comments
 
new file 100644
 
return {
 
	[1] = {
 
		[1] = {
 
			[1] = "image/png";
 
			["attr"] = {
 
				["xmlns"] = "vcard-temp";
 
			};
 
			["name"] = "TYPE";
 
		};
 
		[2] = {
 
			[1] = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAAAAAAKSURBVHicY2AAAAACAAEAAAAASUVORA==";
 
			["attr"] = {
 
				["xmlns"] = "vcard-temp";
 
			};
 
			["name"] = "BINVAL";
 
		};
 
		["name"] = "PHOTO";
 
		["attr"] = {
 
			["xmlns"] = "vcard-temp";
 
		};
 
	};
 
	["attr"] = {
 
		["version"] = "2.0";
 
		["prodid"] = "-//HandGen//NONSGML vGen v1.0//EN";
 
		["xmlns"] = "vcard-temp";
 
	};
 
	["name"] = "vCard";
 
};
0 comments (0 inline, 0 general)