Francois Gouget : testbot/VMs: Change a couple of default values for new VM objects.

Alexandre Julliard julliard at winehq.org
Tue Mar 26 11:52:22 CDT 2013


Module: tools
Branch: master
Commit: f93154263153680594e4b55d5ff6d9f32bceda2f
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=f93154263153680594e4b55d5ff6d9f32bceda2f

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Mar 26 10:55:37 2013 +0100

testbot/VMs: Change a couple of default values for new VM objects.

---

 testbot/lib/WineTestBot/VMs.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm
index fd064a1..fdd06cb 100644
--- a/testbot/lib/WineTestBot/VMs.pm
+++ b/testbot/lib/WineTestBot/VMs.pm
@@ -217,8 +217,8 @@ sub InitializeNew
 {
   my $self = shift;
 
-  $self->Status("Idle");
-  $self->IdleSnapshot("winetest_on");
+  $self->Status("idle");
+  $self->IdleSnapshot("wtb");
 
   $self->SUPER::InitializeNew(@_);
 }




More information about the wine-cvs mailing list