public function testWalkOperand()
 {
     $operand = new Length(new PropertyValue('foo', 'bar'));
     $this->assertRegExp('/\\/\\/sv:property\\[@sv:name="bar"\\]\\/sv:value\\[1\\]\\/@length/', $this->walker->walkOperand($operand));
 }