Changeset: 3eb9987ccccd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3eb9987ccccd
Modified Files:
        clients/Tests/exports.stable.out
        clients/mapiclient/Tests/mclient--help.stable.err
        clients/mapiclient/Tests/mclient--help.stable.err.Windows
Branch: protocol
Log Message:

Approve test cases.


diffs (40 lines):

diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -2612,6 +2612,8 @@ ssize_t mnstr_write(stream *s, const voi
 int mnstr_writeBte(stream *s, signed char val);
 int mnstr_writeBteArray(stream *s, const signed char *val, size_t cnt);
 int mnstr_writeChr(stream *s, char val);
+int mnstr_writeDbl(stream *s, double val);
+int mnstr_writeFlt(stream *s, float val);
 int mnstr_writeHge(stream *s, hge val);
 int mnstr_writeHgeArray(stream *s, const hge *val, size_t cnt);
 int mnstr_writeInt(stream *s, int val);
diff --git a/clients/mapiclient/Tests/mclient--help.stable.err 
b/clients/mapiclient/Tests/mclient--help.stable.err
--- a/clients/mapiclient/Tests/mclient--help.stable.err
+++ b/clients/mapiclient/Tests/mclient--help.stable.err
@@ -20,8 +20,8 @@ Options are:
  -e          | --echo            echo the query
  -E charset  | --encoding=charset specify encoding (character set) of the 
terminal
  -f kind     | --format=kind      specify output format {csv,tab,raw,sql,xml}
- -C version  | --compression=type specify compression method {snappy,lz4}
- -P version  | --protocol=version specify protocol version 
{prot9,prot10,prot10compressed}
+ -C version  | --compression=type specify compression method 
{auto,none,snappy,lz4}
+ -P version  | --protocol=version specify protocol version {auto,prot9,prot10}
  -B size     | --blocksize=size   specify protocol block size (>= 8190)
  -c colcomp  | --colcomp=type     specify column compression type {none} -H    
      | --history          load/save cmdline history (default off)
  -i          | --interactive[=tm] interpret `\' commands on stdin, use time 
formatting {ms,s,m}
diff --git a/clients/mapiclient/Tests/mclient--help.stable.err.Windows 
b/clients/mapiclient/Tests/mclient--help.stable.err.Windows
--- a/clients/mapiclient/Tests/mclient--help.stable.err.Windows
+++ b/clients/mapiclient/Tests/mclient--help.stable.err.Windows
@@ -20,8 +20,8 @@ Options are:
  -e          | --echo            echo the query
  -E charset  | --encoding=charset specify encoding (character set) of the 
terminal
  -f kind     | --format=kind      specify output format {csv,tab,raw,sql,xml}
- -C version  | --compression=type specify compression method {snappy,lz4}
- -P version  | --protocol=version specify protocol version 
{prot9,prot10,prot10compressed}
+ -C version  | --compression=type specify compression method 
{auto,none,snappy,lz4}
+ -P version  | --protocol=version specify protocol version {auto,prot9,prot10}
  -B size     | --blocksize=size   specify protocol block size (>= 8190)
  -c colcomp  | --colcomp=type     specify column compression type {none} -H    
      | --history          load/save cmdline history (default off)
  -i          | --interactive[=tm] interpret `\' commands on stdin, use time 
formatting {ms,s,m}
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to