Skip to content

Commit

Permalink
remove supported sections from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
au2 committed Jun 21, 2014
1 parent bec8f23 commit 1e0e49a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions test/unit/refmodel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ var storage = require('../../lib/storage');
var expect = chai.expect;
chai.config.includeStack = true;

var supportedSections = exports.supportedSections = [
'testallergies',
'testprocedures',
'testdemographics'
];

var schemas = {
testallergies: {
name: 'string',
Expand All @@ -45,7 +39,6 @@ var schemas = {
var getConnectionOptions = function(dbName) {
return {
dbName: dbName,
supportedSections: supportedSections,
schemas: schemas,
matchFields: {
match: "string",
Expand Down
2 changes: 0 additions & 2 deletions test/unit/test-storage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"use strict";
/*jshint -W117 */


var chai = require('chai');
var util = require('util');
Expand Down

0 comments on commit 1e0e49a

Please sign in to comment.