From 5bb02692808e9637e392af50f897ed0972f2a144 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 27 Mar 2011 23:09:17 -0400 Subject: [PATCH] Added test todo for class_builder --- lib/class_builder.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/class_builder.js b/lib/class_builder.js index 0ec04fe..4b5b29c 100644 --- a/lib/class_builder.js +++ b/lib/class_builder.js @@ -20,6 +20,11 @@ * * @author Mike Gerwitz * @package core + * + * TODO: This module is currently being tested /indirectly/ by the class tests. + * This is because of a refactoring. All of this logic used to be part of + * the class module. Test this module directly, but keep the existing + * class tests in tact for a higher-level test. */ var util = require( __dirname + '/util' ),