개정판 bd474049
Fix Line Scope Disconnection.
Change-Id: I01d18a51bfc30a8827148935f420dd39c18ce25e
DTI_PID/SPPIDConverter/Util/SPPIDUtil.cs | ||
---|---|---|
677 | 677 |
|
678 | 678 |
return result; |
679 | 679 |
} |
680 |
public static void test() |
|
680 |
public static void test(string representationId)
|
|
681 | 681 |
{ |
682 | 682 |
Placement placement = new Placement(); |
683 | 683 |
LMADataSource dataSource = new LMADataSource(); |
684 |
LMSymbol symbol = dataSource.GetSymbol("BBAB475FA9AF4C01AACF4C51F56241F8");
|
|
684 |
LMSymbol symbol = dataSource.GetSymbol(representationId);
|
|
685 | 685 |
|
686 | 686 |
string[] array1 = new string[] { "", "Top" }; |
687 | 687 |
string[] array2 = new string[] { "", "0.005" }; |
내보내기 Unified diff