Skip to content

Commit b1f0d52

Browse files
author
efajardo
committed
Removing unecessary lines
1 parent dc6ecbe commit b1f0d52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

osgtest/tests/test_450_xrootd.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,13 @@ def test_01_xrdcp_local_to_server(self):
4343
self.assertEqual(status, 0, fail)
4444
self.assert_(file_copied, 'Copied file missing')
4545

46-
def test_02_test_multiuser(self):
46+
def test_02_xrootd_multiuser(self):
4747
core.skip_ok_unless_installed('xrootd', 'xrootd-client', 'xrootd-multiuser', by_dependency=True)
4848
temp_dir = "/tmp/vdttest"
4949
if core.config['xrootd.multiuser'] == "ON":
5050
file_path = os.path.join(temp_dir, 'copied_file.txt')
5151
result_perm = core.check_file_ownership(file_path, core.options.username)
52-
#owner_uid = pwd.getpwnam(core.options.username)
53-
#file_stat = os.stat(file_path)
5452
self.assertEqual(result_perm, True)
55-
#self.asset_(file_stat.st_uid == owner_uid, "The file uid owner uid was: %s but the expected one was, %s" %(file_stat.st_uid,owner_uid))
5653

5754
def test_03_xrdcp_server_to_local(self):
5855
core.skip_ok_unless_installed('xrootd', 'xrootd-client', by_dependency=True)

0 commit comments

Comments
 (0)