http://trac.tiddlywiki.org/changeset/10073
MartinBudden
2009-07-22 15:17:28 +0000 (Wed, 22 Jul 2009)
59
TiddlyWiki tests - version.js, removed spurious console.log
---------------
U Trunk/core/test/js/Version.js
---------------
Modified: Trunk/core/test/js/Version.js
===================================================================
--- Trunk/core/test/js/Version.js 2009-07-22 14:33:47 UTC (rev 10072)
+++ Trunk/core/test/js/Version.js 2009-07-22 15:17:28 UTC (rev 10073)
@@ -22,7 +22,6 @@
expected = version.major + "." + version.minor + "." +
version.revision + (version.alpha ? " (alpha " + version.alpha + ")" :
(version.beta ? " (beta " + version.beta + ")" : ""));
actual = formatVersion();
- console.log('actual',actual);
ok(actual==expected,'format version should match a constructed
value');
var v1 = {title: "TiddlyWiki", major: 2, minor: 4, revision: 0,
beta: 2, date: new Date("Apr 17, 2008"), extensions: {}};
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---