Lines Matching refs:expectations
734 expectations = []
736 expectations.append(Cmd("which vi", "/usr/bin/vi"))
737 expectations += [
752 expectations.append(RL("Y")) # Confirm last push.
753 expectations += [
763 expectations.append(RL("")) # Increment build number.
764 expectations += [
771 expectations.append(RL("")) # Open editor.
773 expectations.append(
775 expectations += [
791 expectations.append(RL("Y")) # Sanity check.
792 expectations += [
800 self.Expect(expectations)
866 expectations = [
892 self.Expect(expectations)
1404 expectations = self._bumpUpVersion()
1405 expectations += [
1413 self.Expect(expectations)
1419 expectations = self._bumpUpVersion()
1420 expectations += [
1434 self.Expect(expectations)