id,summary,reporter,owner,description,type,status,priority,milestone,resolution,cc,sprint 1480,"Test for ""/"" will not hold true on Windows",jamoore,cblackburn,"The fileInNewDir won't work on Windows: {{{ #!python def fileInNewDir(self, fileId): """""" Is the file in one of the new and as yet unimported directories? """""" dirName = pathModule.path(fileId).dirname() while dirName != '/' and dirName not in self.newDirs: dirName = pathModule.path(dirName).dirname() return dirName }}} cF. {{{ >>> from path import path >>> p = path(""."") >>> p path(u'.') >>> p.abspath() path(u'C:\\hudson\\workspace\\omero-windows-integration\\trunk\\dist') >>> p = p.abspath() >>> p.dirname() path(u'C:\\hudson\\workspace\\omero-windows-integration\\trunk') >>> p = p.dirname() ... >>> p path(u'C:\\') >>> p = p.dirname() >>> p path(u'C:\\') >>> p == ""/"" False >>> p == ""C:\\"" True >>> }}}",bug,closed,blocker,OMERO-Beta4.1,fixed,jnj-support@…,