From d1013eec6394b5359d5f8cf3d6ed05e50a87248b Mon Sep 17 00:00:00 2001 From: Chris Turner Date: Fri, 11 Dec 2020 12:35:34 -0600 Subject: [PATCH] adjust TestPopulate test method, link to suite --- tests/Main.m | 3 ++- tests/TestPopulate.m | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/Main.m b/tests/Main.m index db405bad..3f7a1d01 100644 --- a/tests/Main.m +++ b/tests/Main.m @@ -5,9 +5,10 @@ TestExternalFile & ... TestExternalS3 & ... TestFetch & ... + TestPopulate & ... TestProjection & ... TestRelationalOperand & ... TestSchema & ... TestTls & ... TestUuid -end \ No newline at end of file +end diff --git a/tests/TestPopulate.m b/tests/TestPopulate.m index af5354d5..57bc09b9 100644 --- a/tests/TestPopulate.m +++ b/tests/TestPopulate.m @@ -1,6 +1,6 @@ classdef TestPopulate < Prep methods(Test) - function testPopulate(testCase) + function TestPopulate_testPopulate(testCase) st = dbstack; disp(['---------------' st(1).name '---------------']); package = 'Lab';