SBFileSpec.fullpath always uses athe forward slash to separatejoin the directory fromwith the base name. This causes mismatches when comparing Windows paths with backslashes in two of the minidump tests. To get around that we just compare the directory names separately from the filenames.