<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[363] wp-testdata/export/test-data.2011-01-17.sql: Correct the SQL in [361]; the test data inserter requires all SQL statements to be completely on one line.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd>363</dd>
<dt>Author</dt> <dd>dd32</dd>
<dt>Date</dt> <dd>2011-06-03 04:24:20 +0000 (Fri, 03 Jun 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Correct the SQL in [361]; the test data inserter requires all SQL statements to be completely on one line.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#wptestdataexporttestdata20110117sql">wp-testdata/export/test-data.2011-01-17.sql</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="wptestdataexporttestdata20110117sql"></a>
<div class="modfile"><h4>Modified: wp-testdata/export/test-data.2011-01-17.sql (362 => 363)</h4>
<pre class="diff"><span>
<span class="info">--- wp-testdata/export/test-data.2011-01-17.sql        2011-06-02 11:33:55 UTC (rev 362)
+++ wp-testdata/export/test-data.2011-01-17.sql        2011-06-03 04:24:20 UTC (rev 363)
</span><span class="lines">@@ -14,6 +14,4 @@
</span><span class="cx"> 
</span><span class="cx"> INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'first_name', ''), (2, 1, 'last_name', ''), (3, 1, 'nickname', 'admin'), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'comment_shortcuts', 'false'), (7, 1, 'admin_color', 'fresh'), (8, 1, 'use_ssl', '0'), (9, 1, 'show_admin_bar_front', 'true'), (10, 1, 'show_admin_bar_admin', 'false'), (11, 1, 'aim', ''), (12, 1, 'yim', ''), (13, 1, 'jabber', ''), (14, 1, 'wp_capabilities', 'a:1:{s:13:&quot;administrator&quot;;s:1:&quot;1&quot;;}'), (15, 1, 'wp_user_level', '10'), (16, 1, 'wp_user-settings', 'm9=o&amp;m8=o&amp;m1=o'), (17, 1, 'wp_user-settings-time', '1307009394'), (18, 1, 'wp_dashboard_quick_press_last_post_id', '3'), (19, 2, 'first_name', ''), (20, 2, 'last_name', ''), (21, 2, 'nickname', 'Cais'), (22, 2, 'description', ''), (23, 2, 'rich_editing', 'true'), (24, 2, 'comment_shortcuts', 'false'), (25, 2, 'admin_color', 'fresh'), (26, 2, 'use
 _ssl', '0'), (27, 2, 'show_admin_bar_front', 'true'), (28, 2, 'show_admin_bar_admin', 'false'), (29, 2, 'aim', ''), (30, 2, 'yim', ''), (31, 2, 'jabber', ''), (32, 2, 'wp_capabilities', 'a:1:{s:10:&quot;subscriber&quot;;s:1:&quot;1&quot;;}'), (33, 2, 'wp_user_level', '0'), (34, 3, 'first_name', ''), (35, 3, 'last_name', ''), (36, 3, 'nickname', 'Chip Bennett'), (37, 3, 'description', ''), (38, 3, 'rich_editing', 'true'), (39, 3, 'comment_shortcuts', 'false'), (40, 3, 'admin_color', 'fresh'), (41, 3, 'use_ssl', '0'), (42, 3, 'show_admin_bar_front', 'true'), (43, 3, 'show_admin_bar_admin', 'false'), (44, 3, 'aim', ''), (45, 3, 'yim', ''), (46, 3, 'jabber', ''), (47, 3, 'wp_capabilities', 'a:1:{s:10:&quot;subscriber&quot;;s:1:&quot;1&quot;;}'), (48, 3, 'wp_user_level', '0'), (49, 4, 'first_name', ''), (50, 4, 'last_name', ''), (51, 4, 'nickname', 'Ian Stewart'), (52, 4, 'description', ''), (53, 4, 'rich_editing', 'true'), (54, 4, 'comment_shortcuts', 'false'), (55, 4, 'admin_co
 lor', 'fresh'), (56, 4, 'use_ssl', '0'), (57, 4, 'show_admin_bar_front', 'true'), (58, 4, 'show_admin_bar_admin', 'false'), (59, 4, 'aim', ''), (60, 4, 'yim', ''), (61, 4, 'jabber', ''), (62, 4, 'wp_capabilities', 'a:1:{s:10:&quot;subscriber&quot;;s:1:&quot;1&quot;;}'), (63, 4, 'wp_user_level', '0'), (64, 5, 'first_name', ''), (65, 5, 'last_name', ''), (66, 5, 'nickname', 'Lance Willett'), (67, 5, 'description', ''), (68, 5, 'rich_editing', 'true'), (69, 5, 'comment_shortcuts', 'false'), (70, 5, 'admin_color', 'fresh'), (71, 5, 'use_ssl', '0'), (72, 5, 'show_admin_bar_front', 'true'), (73, 5, 'show_admin_bar_admin', 'false'), (74, 5, 'aim', ''), (75, 5, 'yim', ''), (76, 5, 'jabber', ''), (77, 5, 'wp_capabilities', 'a:1:{s:10:&quot;subscriber&quot;;s:1:&quot;1&quot;;}'), (78, 5, 'wp_user_level', '0');
</span><span class="cx"> 
</span><del>-
-INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
-(1, 'admin', '$P$BV92RgWV6ecpOquaoxM7yaIfrBLe6i0', 'admin', '', '', '2011-06-02 10:09:53', '', 0, 'admin'), (2, 'Cais', '$P$BR9PHStT7mxglY7PgygAwfl/vl2/EF1', 'cais', '', '', '2011-06-02 10:11:25', '', 0, 'Cais'), (3, 'Chip Bennett', '$P$BV92RgWV6ecpOquaoxM7yaIfrBLe6i0', 'chip-bennett', '', '', '2011-06-02 10:11:25', '', 0, 'Chip Bennett'), (4, 'Ian Stewart', '$P$BQuTBGN94DD0gDDqFGIuigag/MqsT2/', 'ian-stewart', '', '', '2011-06-02 10:11:25', '', 0, 'Ian Stewart'), (5, 'Lance Willett', '$P$BKZGTQaoXzmneaajQyHFe6ieCz9Uyc1', 'lance-willett', '', '', '2011-06-02 10:11:25', '', 0, 'Lance Willett');
</del><ins>+INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'admin', '$P$BV92RgWV6ecpOquaoxM7yaIfrBLe6i0', 'admin', '', '', '2011-06-02 10:09:53', '', 0, 'admin'), (2, 'Cais', '$P$BR9PHStT7mxglY7PgygAwfl/vl2/EF1', 'cais', '', '', '2011-06-02 10:11:25', '', 0, 'Cais'), (3, 'Chip Bennett', '$P$BV92RgWV6ecpOquaoxM7yaIfrBLe6i0', 'chip-bennett', '', '', '2011-06-02 10:11:25', '', 0, 'Chip Bennett'), (4, 'Ian Stewart', '$P$BQuTBGN94DD0gDDqFGIuigag/MqsT2/', 'ian-stewart', '', '', '2011-06-02 10:11:25', '', 0, 'Ian Stewart'), (5, 'Lance Willett', '$P$BKZGTQaoXzmneaajQyHFe6ieCz9Uyc1', 'lance-willett', '', '', '2011-06-02 10:11:25', '', 0, 'Lance Willett');
</ins><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>