http://trac.tiddlywiki.org/changeset/10066

MartinBudden
2009-07-22 10:34:43 +0000 (Wed, 22 Jul 2009)
62
TiddlyWiki tests - added test for existence of shadow tiddlers

---------------

A   Trunk/core/test/js/Shadows.js
U   Trunk/core/test/js/split.recipe

---------------

Added: Trunk/core/test/js/Shadows.js
===================================================================
--- Trunk/core/test/js/Shadows.js                               (rev 0)
+++ Trunk/core/test/js/Shadows.js       2009-07-22 10:34:43 UTC (rev 10066)
@@ -0,0 +1,18 @@
+jQuery(document).ready(function(){
+
+       module("TiddlyWiki core");
+
+       test("Shadow tiddler existence", function() {
+               expect(2);
+
+               var actual = config.shadowTiddlers["DefaultTiddlers"];
+               ok(actual,'DefaultTiddlers shadow tiddler should exist');
+
+               loadShadowTiddlers();
+               actual = config.shadowTiddlers["StyleSheetColors"];
+               ok(actual,'StyleSheetColors shadow tiddler should exist');
+
+       });
+       
+
+});

Modified: Trunk/core/test/js/split.recipe
===================================================================
--- Trunk/core/test/js/split.recipe     2009-07-22 01:54:33 UTC (rev 10065)
+++ Trunk/core/test/js/split.recipe     2009-07-22 10:34:43 UTC (rev 10066)
@@ -7,6 +7,7 @@
 jquery: FileSystem.js
 #jquery: main.js
 jquery: RGB.js
+jquery: Shadows.js
 jquery: Strings.js
 jquery: Tiddler.js
 jquery: Utilities.js

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to