|
Line 24: Grab the folder that contains the message board.
|
|
|
第24行:得到包含消息栏的文件夹。 |
|
Line 26-30: Make sure deleting subscriptions works as well.
|
|
|
第26-30行:确认订户删除也运行正常。 |
|
Line 2: Since we use the Text field as base class, we can also use it's test case as base, getting some freebie tests in return.
|
|
|
第2行:既然我们以文本域作为基本类,我们就使用它的测试范例作为基本类,获得一些免费的代码。 |
|
Line 3 Deco chain path return sprocket failed.
|
|
|
3号线印机针链的从动链轮坏了。 |
|
Line 3-5: Make sure we show the title of the message and link it to the actual object.
|
|
|
第3-5行:确定我们需要显示的消息标题和链接的实际对象。 |
|
Line 33-34: Since we were clever, we passed the path as checkbox value, so that we can now simply traverse to it.
|
|
|
第33-34行:由于我们的明智,我们把通过的路径作为了检查框的值,所以我们现在可以简单地穿过它。 |
|
Line 3: Import the Text field that we will use as base class for the HTML field.
|
|
|
第3行:导入文本,我们将用它作为HTML域的基础类。 |
|
Line 3: There is no need to redefine the regular expressions for finding forbidden and non-allowed tags again, so we use the field's definitions.
|
|
|
第3行:这儿不需要为禁用和不被允许的标记再次重新定义规则表达式,因此,我们使用域定义。 |
|
Line 3: We do not have a particular data schema, so let's skip that.
|
|
|
第3行:我们并没有特定的数据模式,所以我们忽略它。 |
|
Line 49-60: The concrete implementations of the base test. Nothing special.
|
|
|
基本测试的混和实现。没有特殊。 |
|
Line 4: There are some basic tests for containers, so we should import them. Freebie tests are always good.
|
|
|
第4行:免费的测试件总是好的,我们为容器导入一些基本测试。 |