Indicate new functionality in tests

This commit is contained in:
Christopher Jones 2017-06-14 08:23:02 +10:00
parent efb8309644
commit ce41e1f557
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ describe.skip('39. dataTypeRowid.js', function() {
);
})
it('39.1.1 query rowid', function(done) {
it('39.1.1 query rowid [*** NEW FUNCTIONALITY ***]', function(done) {
connection.execute(
"SELECT * FROM " + tableName,
function(err, result) {

View File

@ -92,7 +92,7 @@ describe.skip('35. dataTypeTimestamp3.js', function() {
);
})
it('supports TIMESTAMP WITH TIME ZONE data type', function(done) {
it('supports TIMESTAMP WITH TIME ZONE data type [*** NEW FUNCTIONALITY ***]', function(done) {
connection.should.be.ok;
var timestamps = [