src/tests/cli/t_pkg_property.py
changeset 611 e2a9af3f81ab
parent 581 faca6a8e7366
child 709 cfb249e57576
--- a/src/tests/cli/t_pkg_property.py	Tue Oct 21 17:12:10 2008 -0700
+++ b/src/tests/cli/t_pkg_property.py	Wed Oct 22 10:59:08 2008 -0500
@@ -50,6 +50,10 @@
                 self.pkg("set-property title sample")
                 self.pkg('set-property description "more than one word"')
                 self.pkg("property")
+                self.pkg("property | grep title")
+                self.pkg("property | grep description")
+                self.pkg("property | grep 'sample'")
+                self.pkg("property | grep 'more than one word'")
                 self.pkg("unset-property description")
                 self.pkg("property -H")
                 self.pkg("property title")