Commit 4b227f11 authored by 马博's avatar 马博

test

parent 2a3d4eba
...@@ -141,10 +141,11 @@ public class DingdingResult { ...@@ -141,10 +141,11 @@ public class DingdingResult {
run = run.substring(run.indexOf("_")+1, run.indexOf(".")); run = run.substring(run.indexOf("_")+1, run.indexOf("."));
System.out.println("before runs:"+run); System.out.println("before runs:"+run);
System.out.println("run+\".\"+type:"+run+"."+type); System.out.println("run+\".\"+type:"+run+"."+type);
if ((run+"."+type).equals("ui.group"))return "ui自动化测试";
run =this.env.getProperty(run+"."+type); run =this.env.getProperty(run+"."+type);
// System.out.println("(runs+\".\"+type):"+run+"."+type); // System.out.println("(runs+\".\"+type):"+run+"."+type);
// System.out.println("runs:"+run); // System.out.println("runs:"+run);
if ((run+"."+type).equals("ui.group"))return "ui自动化测试";
System.out.println("run:"+run); System.out.println("run:"+run);
return new String(run.getBytes("ISO-8859-1"), "UTF-8");//ISO-8859-1 return new String(run.getBytes("ISO-8859-1"), "UTF-8");//ISO-8859-1
......
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