Skip to content

Commit

Permalink
Updated test for new abspath
Browse files Browse the repository at this point in the history
Signed-off-by: Brandyn A. White <bwhite@dappervision.com>
  • Loading branch information
Brandyn A. White committed Sep 23, 2012
1 parent d630116 commit 96306f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_with_hadoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _run_wc(self, orig_fn, script_name='wc.py', launcher=hadoopy.launch_frozen,
hadoopy.put(orig_fn, in_path)
# We also do a few hdfs checks here
self.assertEquals(len(hadoopy.ls(in_path)), 1)
self.assertEquals(hadoopy.ls(in_path), [hadoopy.abspath(in_path)])
#self.assertEquals(hadoopy.ls(in_path), [hadoopy.abspath(in_path)]) # This is no longer true in CDH4
self.assertTrue(hadoopy.exists(in_path))
self.assertFalse(hadoopy.exists(out_path))
self.assertFalse(hadoopy.isdir(in_path))
Expand Down

0 comments on commit 96306f4

Please sign in to comment.