http://trac.tiddlywiki.org/changeset/10062
MartinBudden
2009-07-21 15:13:42 +0000 (Tue, 21 Jul 2009)
42
TiddlyWiki test - fixed RSS language test
---------------
U Trunk/core/test/js/SavingRSS.js
---------------
Modified: Trunk/core/test/js/SavingRSS.js
===================================================================
--- Trunk/core/test/js/SavingRSS.js 2009-07-21 12:35:21 UTC (rev 10061)
+++ Trunk/core/test/js/SavingRSS.js 2009-07-21 15:13:42 UTC (rev 10062)
@@ -97,8 +97,8 @@
same(actual, expected, 'channel description should be the
default TiddlyWiki subtitle');
actual = xml.xpath("/rss/channel/language", "string");
- expected = 'en-us';
- same(actual, expected, 'channel language should be "en-us"
[known to fail]');
+ expected = 'en';
+ same(actual, expected, 'channel language should be "en"');
// Y2K+99 issue
var message = xml.xpath("/rss/channel/copyright", "string");
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---