+ add the first test case for zentaopms.

This commit is contained in:
wangchunsheng
2013-02-18 23:47:03 +00:00
parent 498b5a95d0
commit d8b594b3c2
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
<select name='productID' id='productID' tabindex=2 onchange="switchProduct($('#productID').val(), 'bug', 'browse', '');">
<optgroup label='&nbsp;'>
<option value='1' selected='selected'>test</option>
</optgroup>
</select>
@@ -1,8 +1,9 @@
#!/usr/bin/env php
<?php
/**
* 测试setMenu.
*/
<<<TC
title: testing the setMenu() method.
TC;
include '../../../test/init.php';
include '../model.php';
$app->user = new stdclass();