From 2a0970317a50cf3462f6f1cfd78019acc898649a Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Mon, 14 Oct 2013 15:19:36 -0700 Subject: [PATCH] Rename ADL to LDL --- test/mysql.discover.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mysql.discover.test.js b/test/mysql.discover.test.js index 1766781..b39b983 100644 --- a/test/mysql.discover.test.js +++ b/test/mysql.discover.test.js @@ -171,8 +171,8 @@ describe('Discover model foreign keys', function () { }); }); -describe('Discover ADL schema from a table', function () { - it('should return an ADL schema for INVENTORY', function (done) { +describe('Discover LDL schema from a table', function () { + it('should return an LDL schema for INVENTORY', function (done) { db.discoverSchema('INVENTORY', {owner: 'STRONGLOOP'}, function (err, schema) { // console.log('%j', schema); assert(schema.name === 'Inventory');