Commit fd770151 by wanggang

修改gitigore限制上传没有用的内容

parent b1836158
/target/
*.classpath
*.project
*.settings/
*.idea/
*.sonar/
*target/
bin/
*bin/
bin/
*.iml
*.bak
*test-output/
sublime-project
sublime-project.sublime-workspace
......@@ -94,7 +94,7 @@ public class AddSkuToCart {
String is_succ = getCarResult.getString("is_succ");
Assert.assertEquals(is_succ,"true");
logger.info("getCarResult is"+getCarResult);
//System.out.println("getCarResult is:"+getCarResult);
System.out.println("getCarResult is:"+getCarResult);
} catch (ClientProtocolException e) {
// TODO Auto-generated catch block
e.printStackTrace();
......@@ -139,8 +139,7 @@ public class AddSkuToCart {
//{"currentCount":1,"is_succ":true}
String is_succ = add_sku_to_cart_result.getString("is_succ");
Assert.assertEquals(is_succ,"true");
logger.info("add_sku_to_cart result is:"+add_sku_to_cart_result);
//System.out.println("add_sku_to_cart result is:"+add_sku_to_cart_result);
System.out.println("add_sku_to_cart result is:"+add_sku_to_cart_result);
} catch (ClientProtocolException e) {
// TODO Auto-generated catch block
e.printStackTrace();
......
......@@ -72,4 +72,5 @@ public class FlagInterface {
e.printStackTrace();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment