The branch, master has been updated
       via  f49129e59225f6ea84add8e845ffaeb03dc6c8da (commit)
      from  722cd5944f9b70c7f642ec1d510d54bf1592beb5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f49129e59225f6ea84add8e845ffaeb03dc6c8da
Author: Stefan Metzmacher <me...@samba.org>
Date:   Wed Jul 15 12:14:32 2009 +0200

    torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX test
    
    Without this the subunit formated output would be invalid and make test
    reports: "UNEXPECTED(error): samba4.smb2.dir (dc).FILE-INDEX"
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/smb2/dir.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/smb2/dir.c b/source4/torture/smb2/dir.c
index e090c31..4b44a50 100644
--- a/source4/torture/smb2/dir.c
+++ b/source4/torture/smb2/dir.c
@@ -1182,7 +1182,7 @@ static bool test_file_index(struct torture_context *tctx,
                        torture_comment(tctx,
                                        "Not an error. Resuming using a file "
                                        "index is an optional feature of the "
-                                       "protocol.");
+                                       "protocol.\n");
                        goto done;
                }
        }


-- 
Samba Shared Repository

Reply via email to