You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/03/19 19:38:09 UTC

svn commit: r1302589 - /pig/branches/branch-0.10/test/e2e/pig/tests/cmdline.conf

Author: daijy
Date: Mon Mar 19 18:38:08 2012
New Revision: 1302589

URL: http://svn.apache.org/viewvc?rev=1302589&view=rev
Log:
Fix test failure in cmdline.conf

Modified:
    pig/branches/branch-0.10/test/e2e/pig/tests/cmdline.conf

Modified: pig/branches/branch-0.10/test/e2e/pig/tests/cmdline.conf
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/test/e2e/pig/tests/cmdline.conf?rev=1302589&r1=1302588&r2=1302589&view=diff
==============================================================================
--- pig/branches/branch-0.10/test/e2e/pig/tests/cmdline.conf (original)
+++ pig/branches/branch-0.10/test/e2e/pig/tests/cmdline.conf Mon Mar 19 18:38:08 2012
@@ -134,7 +134,7 @@ describe A;\,
 			'pig' => q\A = load ':INPATH:/singlefile/allscalar10k' using PigStorage() as (name:chararray, age:int, gpa:double, instate:boolean);
 describe A;\,
                         'expected_out_regex' => "A: {name: chararray,age: int,gpa: double,instate: boolean}",
-			}
+			},
 
                         #JIRA[PIG-379]
 			{