Rename ADL to LDL

This commit is contained in:
Raymond Feng 2013-10-14 15:19:36 -07:00
parent f703368442
commit 2a0970317a
1 changed files with 2 additions and 2 deletions

View File

@ -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');