skyhit / mm-test

0 stars 0 forks source link

Invalid Language Selected when we Save the Code and Come again #168

Open sdgun opened 10 years ago

sdgun commented 10 years ago

Description

Invalid Language Selected when we Save the Code and Come again

Steps

Go to : https://qa.arena.topcoder.com/longcontest/?module=ViewActiveContests In the Table Click 'Register/Submit' Login Using a valid user Click 'Agree'

Enter Python Code

class SnowCleaning: 'Common base class for all employees' empCount = 0

def init(self, name, salary): self.name = name self.salary = salary Employee.empCount += 1

def displayCount(self): print "Total Employee %d" % Employee.empCount

def displayEmployee(self): print "Name : ", self.name, ", Salary: ", self.salary

Select Language as C# Click Test Examples When Errors displayed

Select : Python from the language Click Save Click Challenges from Menu Click Submit hyperlink

Check the selected language

Expected Result

Must fix the Issue.

Invalid Language Selected when we Save the Code and Come again

Environment

IE 11, Safari 5.1.7, Chrome 37.0.2062.102 m and FF 32.0.2 in Windows 7

Image

22

Bug Hunt

Marathon Match Web Interface QA For 201410 Release