actually uses non-ascii characters in some places.

Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/tests/packet_data_generator/src/x3.erl | 4 ++--
 ryu/tests/packet_data_generator/src/x4.erl | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ryu/tests/packet_data_generator/src/x3.erl 
b/ryu/tests/packet_data_generator/src/x3.erl
index 4106590..0ac6f2d 100644
--- a/ryu/tests/packet_data_generator/src/x3.erl
+++ b/ryu/tests/packet_data_generator/src/x3.erl
@@ -279,7 +279,7 @@ x() ->
     flags = [],
     stats =
         [#ofp_table_stats{
-             table_id = 0,name = <<"Flow Table 0x00">>,
+             table_id = 0,name = 
<<"\xe7\xa7\x81\xe3\x81\xae\xe3\x83\x86\xe3\x83\xbc\xe3\x83\x96\xe3\x83\xab">>, 
 % "my table" in japanese, utf-8
              match =
                  [in_port,metadata,eth_dst,eth_src,eth_type,vlan_vid,
                   vlan_pcp,ip_dscp,ip_ecn,ip_proto,ipv4_src,ipv4_dst,tcp_src,
@@ -8511,7 +8511,7 @@ x() ->
             reason = add,
             desc = #ofp_port{
                      port_no = 7,hw_addr = <<"\362\v\244\320?p">>,
-                     name = <<"Port7">>,
+                     name = 
<<"\xe7\xa7\x81\xe3\x81\xae\xe3\x83\x9d\xe3\x83\xbc\xe3\x83\x88">>,  % "my 
port" in japanese, utf-8
                      config = [],
                      state = [live],
                      curr = ['100mb_fd',copper,autoneg],
diff --git a/ryu/tests/packet_data_generator/src/x4.erl 
b/ryu/tests/packet_data_generator/src/x4.erl
index 55b0182..86694dd 100644
--- a/ryu/tests/packet_data_generator/src/x4.erl
+++ b/ryu/tests/packet_data_generator/src/x4.erl
@@ -338,7 +338,7 @@ x() ->
             reason = add,
             desc = #ofp_port{
                      port_no = 7,hw_addr = <<"\362\v\244\320?p">>,
-                     name = <<"Port7">>,
+                     name = 
<<"\xe7\xa7\x81\xe3\x81\xae\xe3\x83\x9d\xe3\x83\xbc\xe3\x83\x88">>,  % "my 
port" in japanese, utf-8
                      config = [],
                      state = [live],
                      curr = ['100mb_fd',copper,autoneg],
@@ -1394,7 +1394,7 @@ x() ->
             flags = [more],
             body =
                 [#ofp_table_features{
-                     table_id = 0,name = <<"Flow Table 0x00">>,
+                     table_id = 0,name = 
<<"\xe7\xa7\x81\xe3\x81\xae\xe3\x83\x86\xe3\x83\xbc\xe3\x83\x96\xe3\x83\xab">>, 
 % "my table" in japanese, utf-8
                      metadata_match = <<"\377\377\377\377\377\377\377\377">>,
                      metadata_write = 
<<"\377\377\377\377\377\377\377\377">>,max_entries = 16777216,
                      properties =
-- 
1.8.3.1


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to