[Lldb-commits] [lldb] r142242 - /lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py
Johnny Chen
johnny.chen at apple.com
Mon Oct 17 13:28:39 PDT 2011
Author: johnny
Date: Mon Oct 17 15:28:39 2011
New Revision: 142242
URL: http://llvm.org/viewvc/llvm-project?rev=142242&view=rev
Log:
Rename test file.
Added:
lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py
- copied, changed from r142241, lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointCmdCondition.py
Copied: lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py (from r142241, lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointCmdCondition.py)
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py?p2=lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py&p1=lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointCmdCondition.py&r1=142241&r2=142242&rev=142242&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointCmdCondition.py (original)
+++ lldb/trunk/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py Mon Oct 17 15:28:39 2011
@@ -7,7 +7,7 @@
import lldb
from lldbtest import *
-class WatchpointCmdConditionTestCase(TestBase):
+class WatchpointConditionCmdTestCase(TestBase):
mydir = os.path.join("functionalities", "watchpoint", "watchpoint_commands", "condition")
More information about the lldb-commits
mailing list